HomeSort by relevance Sort by last modified time
    Searched refs:CODE (Results 1 - 25 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/elflink/ldlinux/
get_key.c 47 int code; member in struct:keycode
52 #define CODE(x,y) { x, (sizeof y)-1, (const unsigned char *)(y) }
56 CODE(KEY_F1, "\0\x3B"),
57 CODE(KEY_F2, "\0\x3C"),
58 CODE(KEY_F3, "\0\x3D"),
59 CODE(KEY_F4, "\0\x3E"),
60 CODE(KEY_F5, "\0\x3F"),
61 CODE(KEY_F6, "\0\x40"),
62 CODE(KEY_F7, "\0\x41"),
63 CODE(KEY_F8, "\0\x42")
201 int code; local
    [all...]
  /toolchain/binutils/binutils-2.27/include/aout/
stab_gnu.h 25 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
26 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /toolchain/binutils/binutils-2.27/bfd/
stab-syms.c 31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING)
32 #define __define_stab_duplicate(NAME, CODE, STRING)
48 bfd_get_stab_name (int code)
50 switch (code)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
exitbug.s 1 .code
3 .EXPORT foo,CODE
plabelbug.s 4 .IMPORT abort,CODE
11 .IMPORT __main,CODE
12 .IMPORT printf,CODE
13 .code
18 .EXPORT main,CODE
selectorbug.s 8 .code
10 .EXPORT foo,CODE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
internal-fn.h 24 #define DEF_INTERNAL_FN(CODE, FLAGS) IFN_##CODE,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/unsorted/
align3.s 4 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
13 .SUBSPA $CODE$
globalbug.s 7 .subspa $CODE$
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
imem.s 1 .code
3 .EXPORT integer_memory_tests,CODE
4 .EXPORT integer_indexing_load,CODE
5 .EXPORT integer_load_short_memory,CODE
6 .EXPORT integer_store_short_memory,CODE
7 .EXPORT main,CODE
  /external/autotest/client/site_tests/firmware_TouchMTB/
mini_color.py 4 # Use of this source code is governed by a BSD-style license that can be
14 CODE = {'black': CSI + '1;30m', # color code for foreground color
27 ''' Insert color code for a bracketed substring in a given string '''
28 cstring = re.sub(bgn_sym, CODE[color] + bgn_sym, string)
  /external/brotli/c/enc/
cluster.h 28 #define CODE(X) /* Declaration */;
42 #undef CODE
cluster.c 38 #define CODE(X) X
52 #undef CODE
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/hppa/
addendbug.s 6 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
11 .SUBSPA $CODE$
14 .EXPORT initialize_char_syntax,CODE
freg.s 7 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
12 .SUBSPA $CODE$
15 .NSUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
codealign_1.d 2 # Minimum code alignment should be set.
9 .*CODE.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-d10v/
default_layout.d 10 CONTENTS, ALLOC, LOAD, READONLY, CODE
  /cts/tools/dasm/src/java_cup/
sym.java 3 // The following code was generated by Java(tm) CUP v0.9d
18 static final int CODE = 4;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-4.d 12 CONTENTS, ALLOC, LOAD, CODE
16 CONTENTS, ALLOC, LOAD, READONLY, CODE
  /external/ltp/testcases/commands/cron/
cron_neg_tests.sh 74 # echo 'Test FAILED (or crontab returned wrong exit code)'
120 CODE=0
121 test -e /tmp/$tmpscript.out && CODE=1
122 if [ $CODE = "1" ]; then
  /prebuilts/go/darwin-x86/lib/time/
update.bash 3 # Use of this source code is governed by a BSD-style
11 CODE=2017c
19 curl -L -O http://www.iana.org/time-zones/repository/releases/tzcode$CODE.tar.gz
21 tar xzf tzcode$CODE.tar.gz
  /prebuilts/go/linux-x86/lib/time/
update.bash 3 # Use of this source code is governed by a BSD-style
11 CODE=2017c
19 curl -L -O http://www.iana.org/time-zones/repository/releases/tzcode$CODE.tar.gz
21 tar xzf tzcode$CODE.tar.gz
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
copy-1.d 3 #objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
12 CONTENTS, ALLOC, LOAD, READONLY, CODE
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
ssbug.s 7 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY

Completed in 259 milliseconds

1 2 3 4 5 6 7 8 91011>>