HomeSort by relevance Sort by last modified time
    Searched defs:short (Results 1 - 21 of 21) sorted by null

  /external/llvm/test/MC/ARM/
directive-literals.s 5 short: label
6 .short 0
7 .short 0xdefe
9 @ CHECK-LABEL: short
10 @ CHECK-NEXT: .short 0
11 @ CHECK-NEXT: .short 57086
18 @ CHECK-NEXT: .short 0
19 @ CHECK-NEXT: .short 57086
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
directive-literals.s 5 short: label
6 .short 0
7 .short 0xdefe
9 @ CHECK-LABEL: short
10 @ CHECK-NEXT: .short 0
11 @ CHECK-NEXT: .short 57086
18 @ CHECK-NEXT: .short 0
19 @ CHECK-NEXT: .short 57086
  /build/make/core/
device.mk 51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
72 # $(1): short device name like "sooner"
74 define resolve-short-device-name
75 $(strip $(call _resolve-short-device-name,$(1)))
product.mk 36 # For entries returned by get-product-makefiles, decode an entry to a short
462 # $(1): short product name like "generic"
464 define _resolve-short-product-name
481 define resolve-short-product-name
482 $(strip $(call _resolve-short-product-name,$(1)))
  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 6 constexpr operator short() const { return n; }
14 constexpr short s = Alt();
  /development/tools/winscope/src/
transform_sf.js 24 var RELATIVE_Z_CHIP = {short: 'RelZ', property in class:RELATIVE_Z_CHIP
27 var RELATIVE_Z_PARENT_CHIP = {short: 'RelZParent', property in class:RELATIVE_Z_PARENT_CHIP
30 var MISSING_LAYER = {short: 'MissingLayer', property in class:MISSING_LAYER
  /external/clang/test/Modules/Inputs/stress1/
common.h 5 inline short function00(short x) { return x + x; }
13 short s;
17 S00(short x) : s(x) {}
21 short method00(short x) { return x + x; }
25 operator short() { return s; }
37 S03(short);
57 template <int I, template <typename> class U> S03<U<int>[I]>::S03(short x) : S00(x) {}
  /external/harfbuzz_ng/src/
gen-indic-table.py 109 short = [{ variable
129 for v,s in short[i].items ():
139 if v in short[i]:
140 s = short[i][v]
144 raise Exception ("Duplicate short value alias", v, all_shorts[i][s])
146 short[i][v] = s
175 print ("%9s" % ("_(%s,%s)," % (short[0][d[0]], short[1][d[1]])), end="")
234 print (" if (unlikely (u == 0x%04Xu)) return _(%s,%s);" % (u, short[0][d[0]], short[1][d[1]])
    [all...]
  /external/tensorflow/tensorflow/core/lib/bfloat16/
bfloat16.h 79 B16_DEVICE_FUNC explicit bfloat16(const unsigned short val)
117 B16_DEVICE_FUNC explicit operator short() const {
118 return static_cast<short>(float(*this));
141 B16_DEVICE_FUNC explicit operator unsigned short() const {
142 return static_cast<unsigned short>(float(*this));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenType.py 187 short = Type("short", "h") variable
188 unsigned_short = Type("unsigned short", "H")
  /external/python/cpython2/Tools/bgen/bgen/
bgenType.py 187 short = Type("short", "h") variable
188 unsigned_short = Type("unsigned short", "H")
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 78 #define short macro
163 short
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 214 #ifdef short
215 # undef short macro
233 typedef unsigned short int yytype_uint16;
239 typedef short int yytype_int16;
    [all...]
  /external/iproute2/tc/
emp_ematch.yacc.c 175 #ifdef short
176 # undef short macro
194 typedef unsigned short int yytype_uint16;
200 typedef short int yytype_int16;
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 335 #ifdef short
336 # undef short macro
354 typedef unsigned short int yytype_uint16;
360 typedef short int yytype_int16;
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 26 short = 'h' variable
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 26 short = 'h' variable
  /external/libpcap/
grammar.c 647 #ifdef short
648 # undef short macro
666 typedef unsigned short int yytype_uint16;
672 typedef short int yytype_int16;
    [all...]
  /external/one-true-awk/
ytab.c 339 #ifdef short
340 # undef short macro
358 typedef unsigned short int yytype_uint16;
364 typedef short int yytype_int16;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 397 #ifdef short
398 # undef short macro
416 typedef unsigned short int yytype_uint16;
422 typedef short int yytype_int16;
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
glslang_tab.cpp 605 #ifdef short
606 # undef short macro
624 typedef unsigned short int yytype_uint16;
630 typedef short int yytype_int16;
    [all...]

Completed in 1612 milliseconds