Searched refs:flag (Results 276 - 300 of 3418) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/tools/
H A Dc_rehash19 my $flag = shift @ARGV;
20 last if ( $flag eq '--');
21 if ( $flag eq '-old') {
24 } elsif ( $flag eq '-h') {
26 } elsif ( $flag eq '-n' ) {
28 } elsif ( $flag eq '-v' ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/firmware/av7110/
H A DBoot.S56 ldr r4, flag
72 wait: ldrh r1, [r4] // wait for flag!=0
82 moveq r0, #2 // if 0, set flag to 2, else signal
97 // flag is stored at 0x2c0003f8, length at 0x2c0003fa,
100 flag: .word 0x2c0003f8 label
109 flag_address: .word flag
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dsort.c284 int i, flag; local
344 flag = 1 << (temp2 - OPT_STR);
345 if (flag & ~FLAG_allowed_for_k)
348 if (i && flag == FLAG_b)
349 flag = FLAG_bb;
350 key->flags |= flag;
397 flag = 0;
402 if (compare_keys(&lines[flag], &lines[i]) == 0)
405 lines[++flag] = lines[i];
408 linecount = flag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/mm/
H A Diomap_32.c36 unsigned long flag = _PAGE_CACHE_WC; local
42 ret = io_reserve_memtype(base, base + size, &flag);
46 *prot = __pgprot(__PAGE_KERNEL | flag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/mm/
H A Diomap_32.c36 unsigned long flag = _PAGE_CACHE_WC; local
42 ret = io_reserve_memtype(base, base + size, &flag);
46 *prot = __pgprot(__PAGE_KERNEL | flag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/firmware/av7110/
H A DBoot.S56 ldr r4, flag
72 wait: ldrh r1, [r4] // wait for flag!=0
82 moveq r0, #2 // if 0, set flag to 2, else signal
97 // flag is stored at 0x2c0003f8, length at 0x2c0003fa,
100 flag: .word 0x2c0003f8 label
109 flag_address: .word flag
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dsort.c284 int i, flag; local
344 flag = 1 << (temp2 - OPT_STR);
345 if (flag & ~FLAG_allowed_for_k)
348 if (i && flag == FLAG_b)
349 flag = FLAG_bb;
350 key->flags |= flag;
397 flag = 0;
402 if (compare_keys(&lines[flag], &lines[i]) == 0)
405 lines[++flag] = lines[i];
408 linecount = flag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dsort.c284 int i, flag; local
344 flag = 1 << (temp2 - OPT_STR);
345 if (flag & ~FLAG_allowed_for_k)
348 if (i && flag == FLAG_b)
349 flag = FLAG_bb;
350 key->flags |= flag;
397 flag = 0;
402 if (compare_keys(&lines[flag], &lines[i]) == 0)
405 lines[++flag] = lines[i];
408 linecount = flag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/tools/
H A Dc_rehash19 my $flag = shift @ARGV;
20 last if ( $flag eq '--');
21 if ( $flag eq '-old') {
24 } elsif ( $flag eq '-h') {
26 } elsif ( $flag eq '-n' ) {
28 } elsif ( $flag eq '-v' ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/tools/
H A Dc_rehash19 my $flag = shift @ARGV;
20 last if ( $flag eq '--');
21 if ( $flag eq '-old') {
24 } elsif ( $flag eq '-h') {
26 } elsif ( $flag eq '-n' ) {
28 } elsif ( $flag eq '-v' ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_hl.c124 { .name = "hl", .has_arg = 1, .flag = 0, .val = '2' },
125 { .name = "hl-eq", .has_arg = 1, .flag = 0, .val = '2' },
126 { .name = "hl-lt", .has_arg = 1, .flag = 0, .val = '3' },
127 { .name = "hl-gt", .has_arg = 1, .flag = 0, .val = '4' },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dgetopt.h82 If the field `flag' is not NULL, it points to a variable that is set
88 option's `flag' field to zero and its `val' field to a nonzero
90 one). For long options that have a zero `flag' field, `getopt'
103 int *flag; member in struct:option
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dcapability.h419 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag))
420 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag))
421 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dwrapper.c10 static inline void release_pack_memory(size_t size __used, int flag __used)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_private.h59 #define KDB_DEBUG(flag) (kdb_flags & \
60 (KDB_DEBUG_FLAG_##flag << KDB_DEBUG_FLAG_SHIFT))
122 extern int kallsyms_symbol_next(char *prefix_name, int flag);
192 #define KDB_STATE(flag) (kdb_state & KDB_STATE_##flag)
193 #define KDB_STATE_SET(flag) ((void)(kdb_state |= KDB_STATE_##flag))
194 #define KDB_STATE_CLEAR(flag) ((void)(kdb_state &= ~KDB_STATE_##flag))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c44 typedef char flag; typedef
72 flag extractFloat64Sign(float64 a);
75 flag extractFloat32Sign(float32 a);
77 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig);
79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig);
98 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp,
100 static float64 subFloat64Sigs(float64 a, float64 b, flag zSign);
101 static float64 addFloat64Sigs(float64 a, float64 b, flag zSign);
102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig);
103 static float32 normalizeRoundAndPackFloat32(flag zSig
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/debug/kdb/
H A Dkdb_private.h59 #define KDB_DEBUG(flag) (kdb_flags & \
60 (KDB_DEBUG_FLAG_##flag << KDB_DEBUG_FLAG_SHIFT))
122 extern int kallsyms_symbol_next(char *prefix_name, int flag);
192 #define KDB_STATE(flag) (kdb_state & KDB_STATE_##flag)
193 #define KDB_STATE_SET(flag) ((void)(kdb_state |= KDB_STATE_##flag))
194 #define KDB_STATE_CLEAR(flag) ((void)(kdb_state &= ~KDB_STATE_##flag))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dcapability.h419 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag))
420 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag))
421 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c44 typedef char flag; typedef
72 flag extractFloat64Sign(float64 a);
75 flag extractFloat32Sign(float32 a);
77 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig);
79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig);
98 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp,
100 static float64 subFloat64Sigs(float64 a, float64 b, flag zSign);
101 static float64 addFloat64Sigs(float64 a, float64 b, flag zSign);
102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig);
103 static float32 normalizeRoundAndPackFloat32(flag zSig
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/microblaze/kernel/
H A Ddma.c50 dma_addr_t *dma_handle, gfp_t flag)
53 return consistent_alloc(flag, size, dma_handle);
60 flag &= ~(__GFP_HIGHMEM);
62 page = alloc_pages_node(node, flag, get_order(size));
49 dma_direct_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flag) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dwrapper.c10 static inline void release_pack_memory(size_t size __used, int flag __used)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/kernel/
H A Ddma.c50 dma_addr_t *dma_handle, gfp_t flag)
53 return consistent_alloc(flag, size, dma_handle);
60 flag &= ~(__GFP_HIGHMEM);
62 page = alloc_pages_node(node, flag, get_order(size));
49 dma_direct_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flag) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/
H A Dgetopt.h71 If the field `flag' is not NULL, it points to a variable that is set
77 option's `flag' field to zero and its `val' field to a nonzero
79 one). For long options that have a zero `flag' field, `getopt'
92 int *flag; member in struct:option
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvorbis.h42 uint_fast16_t * y_list, int * flag,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/share/
H A Dgetopt.h87 If the field `flag' is not NULL, it points to a variable that is set
93 option's `flag' field to zero and its `val' field to a nonzero
95 one). For long options that have a zero `flag' field, `share__getopt'
108 int *flag; member in struct:share__option

Completed in 196 milliseconds

<<11121314151617181920>>