HomeSort by: relevance | last modified time | path
    Searched refs:def (Results 1 - 25 of 2655) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/cddl/dtracetoolkit/dist/Code/Python/
func_abc.py 5 def func_c():
9 def func_b():
14 def func_a():
  /src/external/cddl/dtracetoolkit/dist/Code/Ruby/
func_abc.rb 3 def func_c
8 def func_b
14 def func_a
  /src/external/gpl3/gcc/dist/libgcc/
mkheader.sh 30 for def in $DEFINES; do
31 echo "#ifndef $def" | sed 's/=.*//'
32 echo "# define $def" | sed 's/=/ /'
  /src/external/gpl3/gcc.old/dist/libgcc/
mkheader.sh 30 for def in $DEFINES; do
31 echo "#ifndef $def" | sed 's/=.*//'
32 echo "# define $def" | sed 's/=/ /'
  /src/external/gpl3/binutils/dist/
setup.com 10 $ set def [.bfd]
12 $ set def [-.libiberty]
14 $ set def [-.opcodes]
16 $ set def [-.binutils]
18 $ set def [-.gas]
20 $ set def [-]
24 $ set def [.bfd]
26 $ set def [-.libiberty]
28 $ set def [-.opcodes]
30 $ set def [-.binutils
    [all...]
  /src/external/gpl3/binutils.old/dist/
setup.com 10 $ set def [.bfd]
12 $ set def [-.libiberty]
14 $ set def [-.opcodes]
16 $ set def [-.binutils]
18 $ set def [-.gas]
20 $ set def [-]
24 $ set def [.bfd]
26 $ set def [-.libiberty]
28 $ set def [-.opcodes]
30 $ set def [-.binutils
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
visium.h 43 #define def (MASK_DEF | MASK_GR5 | MASK_GR6) macro
234 { "adc.b", mode_dab, class3|(1<<21)|(1), def },
235 { "adc.l", mode_dab, class3|(1<<21)|(4), def },
236 { "adc.w", mode_dab, class3|(1<<21)|(2), def },
237 { "add.b", mode_dab, class3|(0<<21)|(1), def },
238 { "add.l", mode_dab, class3|(0<<21)|(4), def },
239 { "add.w", mode_dab, class3|(0<<21)|(2), def },
240 { "addi", mode_ai, class2, def },
241 { "and.b", mode_dab, class3|(10<<21)|(1), def},
242 { "and.l", mode_dab, class3|(10<<21)|(4), def },
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
visium.h 43 #define def (MASK_DEF | MASK_GR5 | MASK_GR6) macro
234 { "adc.b", mode_dab, class3|(1<<21)|(1), def },
235 { "adc.l", mode_dab, class3|(1<<21)|(4), def },
236 { "adc.w", mode_dab, class3|(1<<21)|(2), def },
237 { "add.b", mode_dab, class3|(0<<21)|(1), def },
238 { "add.l", mode_dab, class3|(0<<21)|(4), def },
239 { "add.w", mode_dab, class3|(0<<21)|(2), def },
240 { "addi", mode_ai, class2, def },
241 { "and.b", mode_dab, class3|(10<<21)|(1), def},
242 { "and.l", mode_dab, class3|(10<<21)|(4), def },
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
visium.h 43 #define def (MASK_DEF | MASK_GR5 | MASK_GR6) macro
234 { "adc.b", mode_dab, class3|(1<<21)|(1), def },
235 { "adc.l", mode_dab, class3|(1<<21)|(4), def },
236 { "adc.w", mode_dab, class3|(1<<21)|(2), def },
237 { "add.b", mode_dab, class3|(0<<21)|(1), def },
238 { "add.l", mode_dab, class3|(0<<21)|(4), def },
239 { "add.w", mode_dab, class3|(0<<21)|(2), def },
240 { "addi", mode_ai, class2, def },
241 { "and.b", mode_dab, class3|(10<<21)|(1), def},
242 { "and.l", mode_dab, class3|(10<<21)|(4), def },
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
visium.h 43 #define def (MASK_DEF | MASK_GR5 | MASK_GR6) macro
234 { "adc.b", mode_dab, class3|(1<<21)|(1), def },
235 { "adc.l", mode_dab, class3|(1<<21)|(4), def },
236 { "adc.w", mode_dab, class3|(1<<21)|(2), def },
237 { "add.b", mode_dab, class3|(0<<21)|(1), def },
238 { "add.l", mode_dab, class3|(0<<21)|(4), def },
239 { "add.w", mode_dab, class3|(0<<21)|(2), def },
240 { "addi", mode_ai, class2, def },
241 { "and.b", mode_dab, class3|(10<<21)|(1), def},
242 { "and.l", mode_dab, class3|(10<<21)|(4), def },
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/cris/
t-cris 28 PASSES_EXTRA += $(srcdir)/config/cris/cris-passes.def
  /src/external/gpl3/gcc.old/dist/gcc/config/cris/
t-cris 28 PASSES_EXTRA += $(srcdir)/config/cris/cris-passes.def
  /src/lib/libcurses/
fullname.c 45 * This routine fills in "def" with the full name of the terminal.
49 fullname(const char *bp, char *def)
53 *def = '\0'; /* In case no name. */
56 cp = def; /* Start of answer. */
63 return def;
  /src/external/bsd/libfido2/dist/src/
packed.h 12 #define PACKED_TYPE(type, def) \
13 typedef def __attribute__ ((__packed__)) type;
15 #define PACKED_TYPE(type, def) \
17 typedef def type; \
  /src/external/bsd/tradcpp/dist/tests/
t05.c 2 concat(abc,def)
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
fitblk.c 75 /* compress from file to def until provided buffer is full or end of
78 local int partcompress(FILE *in, z_streamp def)
85 def->avail_in = (uInt)fread(raw, 1, RAWLEN, in);
88 def->next_in = raw;
91 LOG_FITBLK("partcompress1 avail_in=%d total_in=%d avail_out=%d total_out=%d\n", (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out);
92 ret = deflate(def, flush);
93 LOG_FITBLK("partcompress2 ret=%d avail_in=%d total_in=%d avail_out=%d total_out=%d\n", ret, (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out)
146 z_stream def, inf; \/* zlib deflate and inflate states *\/ local
    [all...]
fitblk_original.c 70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def)
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def)
113 def->avail_in = RAWLEN - inf->avail_out
134 z_stream def, inf; \/* zlib deflate and inflate states *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
assign.py 23 def __init__(self, val):
26 def to_string(self):
33 def __init__(self, val):
36 def to_string(self):
39 def children(self):
45 def lookup_function(val):
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
utils.py 19 def safe_execute(command):
29 def convert_spaces(file_name):
34 def select_file(file_name):
48 def runto(location):
58 def runto_main():
66 def run_n_times(count, func):
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
assign.py 23 def __init__(self, val):
26 def to_string(self):
33 def __init__(self, val):
36 def to_string(self):
39 def children(self):
45 def lookup_function(val):
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
utils.py 19 def safe_execute(command):
29 def convert_spaces(file_name):
34 def select_file(file_name):
48 def runto(location):
58 def runto_main():
66 def run_n_times(count, func):
  /src/external/gpl3/gcc/dist/gcc/
genconstants.cc 41 struct md_constant *def = (struct md_constant *) *slot; local
43 if (!def->parent_enum)
44 printf ("#define %s %s\n", def->name, def->value);
54 struct enum_type *def; local
58 def = (struct enum_type *) *slot;
59 printf ("\nenum %s {", def->name);
60 for (value = def->values; value; value = value->next)
62 printf ("\n %s = %s", value->def->name, value->def->value)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genconstants.cc 41 struct md_constant *def = (struct md_constant *) *slot; local
43 if (!def->parent_enum)
44 printf ("#define %s %s\n", def->name, def->value);
54 struct enum_type *def; local
58 def = (struct enum_type *) *slot;
59 printf ("\nenum %s {", def->name);
60 for (value = def->values; value; value = value->next)
62 printf ("\n %s = %s", value->def->name, value->def->value)
    [all...]
  /src/common/dist/zlib/examples/
fitblk.c 70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def)
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def)
113 def->avail_in = RAWLEN - inf->avail_out
134 z_stream def, inf; \/* zlib deflate and inflate states *\/ local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
fitblk.c 70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def)
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def)
113 def->avail_in = RAWLEN - inf->avail_out
134 z_stream def, inf; \/* zlib deflate and inflate states *\/ local
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>