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

1 2

  /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
  /prebuilts/go/darwin-x86/test/ken/
simpconv.go 12 type short int16 type
16 for i := short(0); i < 10; i = i + 1 {
  /prebuilts/go/linux-x86/test/ken/
simpconv.go 12 type short int16 type
16 for i := short(0); i < 10; i = i + 1 {
  /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 249 # $(1): short product name like "generic"
251 define _resolve-short-product-name
268 define resolve-short-product-name
269 $(strip $(call _resolve-short-product-name,$(1)))
  /development/tools/winscope/src/
transform_sf.js 20 var RELATIVE_Z_CHIP = {short: 'RelZ', property in class:RELATIVE_Z_CHIP
23 var RELATIVE_Z_PARENT_CHIP = {short: 'RelZParent', property in class:RELATIVE_Z_PARENT_CHIP
26 var MISSING_LAYER = {short: 'MissingLayer', property in class:MISSING_LAYER
  /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();
  /prebuilts/go/darwin-x86/test/
fibo.go 14 // -short only print the first 10 digits of very large fibonacci numbers
36 short = flag.Bool("short", false, "only print first 10 digits of result")
178 if *short && len(s) > shortLen {
35 short = flag.Bool("short", false, "only print first 10 digits of result") var
  /prebuilts/go/linux-x86/test/
fibo.go 14 // -short only print the first 10 digits of very large fibonacci numbers
36 short = flag.Bool("short", false, "only print first 10 digits of result")
178 if *short && len(s) > shortLen {
35 short = flag.Bool("short", false, "only print first 10 digits of result") var
  /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 107 short = [{ variable
127 for v,s in short[i].items ():
138 if v in short[i]:
139 s = short[i][v]
143 raise Exception ("Duplicate short value alias", v, all_shorts[i][s])
145 short[i][v] = s
174 sys.stdout.write ("%9s" % ("_(%s,%s)," % (short[0][d[0]], short[1][d[1]])))
238 print " if (unlikely (u == 0x%04Xu)) return _(%s,%s);" % (u, short[0][d[0]], short[1][d[1]]
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 53 // The short flag requests that tests run more quickly, but its functionality
58 short = flag.Bool("test.short", false, "run smaller test suite to save time")
84 // Short reports whether the -test.short flag is set.
85 func Short() bool {
86 return *short
52 short = flag.Bool("test.short", false, "run smaller test suite to save time") var
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 53 // The short flag requests that tests run more quickly, but its functionality
58 short = flag.Bool("test.short", false, "run smaller test suite to save time")
84 // Short reports whether the -test.short flag is set.
85 func Short() bool {
86 return *short
52 short = flag.Bool("test.short", false, "run smaller test suite to save time") var
  /external/tensorflow/tensorflow/core/lib/bfloat16/
bfloat16.h 68 B16_DEVICE_FUNC explicit bfloat16(const unsigned short val)
108 B16_DEVICE_FUNC explicit operator short() const {
109 return static_cast<short>(float(*this));
132 B16_DEVICE_FUNC explicit operator unsigned short() const {
133 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")
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_ppc64le.s 54 BLT short
116 short: label
128 BC 16,0,short
187 BLT short
573 short: label
577 // compute short constants
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_ppc64le.s 54 BLT short
116 short: label
128 BC 16,0,short
187 BLT short
573 short: label
577 // compute short constants
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 395 _variant_t(short sSrc,VARTYPE vtSrc = VT_I2);
409 _variant_t(unsigned short usSrc) throw();
416 operator short() const;
429 operator unsigned short() const;
438 _variant_t &operator=(short sSrc);
452 _variant_t &operator=(unsigned short usSrc);
496 inline _variant_t::_variant_t(short sSrc,VARTYPE vtSrc) {
591 inline _variant_t::_variant_t(unsigned short usSrc) throw() {
615 inline _variant_t::operator short() const {
703 inline _variant_t::operator unsigned short() const
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 78 #define short macro
163 short
  /prebuilts/build-tools/common/bison/
yacc.c 393 [#ifdef short
394 # undef short macro
408 typedef short int yytype_int8;
414 typedef unsigned short int yytype_uint16;
420 typedef short int yytype_int16;
    [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go 23 // if testing.Short() {
24 // t.Skip("skipping test in short mode.")
238 // The short flag requests that tests run more quickly, but its functionality
243 short = flag.Bool("test.short", false, "run smaller test suite to save time")
309 // Short reports whether the -test.short flag is set.
310 func Short() bool {
311 return *short
237 short = flag.Bool("test.short", false, "run smaller test suite to save time") var
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 23 // if testing.Short() {
24 // t.Skip("skipping test in short mode.")
238 // The short flag requests that tests run more quickly, but its functionality
243 short = flag.Bool("test.short", false, "run smaller test suite to save time")
309 // Short reports whether the -test.short flag is set.
310 func Short() bool {
311 return *short
237 short = flag.Bool("test.short", false, "run smaller test suite to save time") var
    [all...]
  /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/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...]

Completed in 402 milliseconds

1 2