Home
last modified time | relevance | path

Searched refs:ZERO (Results 1 - 25 of 174) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
H A Dcomc597.mme.h117 MME_INSN(0, ADD, R1, LOAD0, ZERO, (1<<12)|0x1880/4, IMMED0, NONE,
118 ADD, R3, LOAD1, ZERO, 0, NONE, NONE),
123 MME_INSN(0, LOOP, ZERO, R1, ZERO, 0x0003, NONE, NONE,
124 ADD, ZERO, ZERO, ZERO, 0, NONE, NONE),
125 MME_INSN(0, AND, ZERO, R3, IMMED, 1, NONE, ALU0,
126 ADD, ZERO, ZERO, ZER
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java108 static final short ZERO = 0x00; field in CharsetISCII.MaskEnum
192 /* 0xa0: 0x00: 0x900 */ MaskEnum.ZERO + MaskEnum.ZERO + MaskEnum.ZERO + MaskEnum.ZERO + MaskEnum.ZERO + MaskEnum.ZERO + MaskEnum.ZERO + MaskEnum.ZERO,
193 /* 0xa1: 0xb8: 0x901 */ MaskEnum.DEV_MASK + MaskEnum.PNJ_MASK + MaskEnum.GJR_MASK + MaskEnum.ORI_MASK + MaskEnum.BNG_MASK + MaskEnum.ZERO
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnvisci.cpp116 ZERO =0x00 enumerator
299 /*0xa0 : 0x00: 0x900 */ ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO ,
300 /*0xa1 : 0xb8: 0x901 */ DEV_MASK + PNJ_MASK + GJR_MASK + ORI_MASK + BNG_MASK + ZERO
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvisci.cpp116 ZERO =0x00 enumerator
299 /*0xa0 : 0x00: 0x900 */ ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO ,
300 /*0xa1 : 0xb8: 0x901 */ DEV_MASK + PNJ_MASK + GJR_MASK + ORI_MASK + BNG_MASK + ZERO
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvisci.cpp116 ZERO =0x00 enumerator
299 /*0xa0 : 0x00: 0x900 */ ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO ,
300 /*0xa1 : 0xb8: 0x901 */ DEV_MASK + PNJ_MASK + GJR_MASK + ORI_MASK + BNG_MASK + ZERO
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dc64xpluscpuid.pl44 ZERO A3:A2
45 || ZERO B2
49 || ZERO A1
50 || ZERO B1
96 ||[!B0] ZERO A4
98 || [B0] ZERO A0
110 ZERO.L A4
133 ZERO A0
134 || ZERO B0
135 || ZERO A
[all...]
/third_party/openssl/crypto/
H A Dc64xpluscpuid.pl44 ZERO A3:A2
45 || ZERO B2
49 || ZERO A1
50 || ZERO B1
96 ||[!B0] ZERO A4
98 || [B0] ZERO A0
110 ZERO.L A4
133 ZERO A0
134 || ZERO B0
135 || ZERO A
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfread.c162 #define ZERO (0) macro
179 memset(buffer, ZERO, BUFFER_SIZE_1026 * sizeof(char)); in fread_0600()
195 fseek(fp, ZERO, SEEK_SET); in fread_0600()
201 fseek(fp, ZERO, SEEK_SET); in fread_0600()
202 memset(buffer, ZERO, BUFFER_SIZE_1026 * sizeof(char)); in fread_0600()
209 memset(buffer, ZERO, BUFFER_SIZE_1026 * sizeof(char)); in fread_0600()
215 fseek(fp, ZERO, SEEK_SET); in fread_0600()
216 memset(buffer, ZERO, BUFFER_SIZE_1026 * sizeof(char)); in fread_0600()
222 fseek(fp, ZERO, SEEK_SET); in fread_0600()
223 memset(buffer, ZERO, BUFFER_SIZE_102 in fread_0600()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c163 _ISL_SWIZZLE(RED, ZERO, ZERO, ONE)),
344 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
346 y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
348 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
349 chroma_plane(1, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, ZERO, ZERO, ZERO),
[all...]
/third_party/mesa3d/src/mesa/math/
H A Dm_matrix.c1070 #define ZERO(x) (1<<x) macro
1073 #define MASK_NO_TRX (ZERO(12) | ZERO(13) | ZERO(14))
1076 #define MASK_IDENTITY ( ONE(0) | ZERO(4) | ZERO(8) | ZERO(12) |\
1077 ZERO(1) | ONE(5) | ZERO(9) | ZERO(1
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DPluralRangesMapperTest.java10 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.ZERO;
33 ZERO, ONE, TWO, FEW, MANY, OTHER; enum constant
44 pluralRange(locales, ZERO, ONE, ZERO), in testSimple()
45 pluralRange(locales, ZERO, FEW, FEW), in testSimple()
72 pluralRange(locales1, ZERO, ONE, ZERO), in testMultipleSets()
73 pluralRange(locales1, ZERO, FEW, FEW), in testMultipleSets()
H A DPluralsMapperTest.java10 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralsMapperTest.PluralCount.ZERO;
42 ZERO, ONE, TWO, FEW, MANY, OTHER; enum constant
53 pluralRule(ORDINAL, locales, ZERO, "zero"), in testSimple()
60 pluralRule(CARDINAL, locales, ZERO, "!zero!"), in testSimple()
99 pluralRule(CARDINAL, locales1, ZERO, "zero"), in testGroupDeduplication_subsets()
103 pluralRule(CARDINAL, locales2, ZERO, "zero"), in testGroupDeduplication_subsets()
128 pluralRule(CARDINAL, locales, ZERO, "zero"), in testGroupDeduplication_type()
132 pluralRule(ORDINAL, locales, ZERO, "zero"), in testGroupDeduplication_type()
154 pluralRule(CARDINAL, locales1, ZERO, "zero"), in testGroupDeduplication_locales()
158 pluralRule(CARDINAL, locales2, ZERO, "zer in testGroupDeduplication_locales()
[all...]
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c48 #define ZERO (0) macro
130 return ZERO; in CheckHiLogdLinked()
145 return ZERO; in CheckHiLogdLinked()
208 EXPECT_EQ("HilogAdapterPrint_0020 CheckHilogInvalid", CheckHilogValid(), ZERO); in HilogAdapterPrint_0020()
211 EXPECT_NE("HilogAdapterPrint_0020 CheckHilogValid", CheckHilogValid(), ZERO); in HilogAdapterPrint_0020()
232 EXPECT_EQ("HilogAdapterPrint_0030 CheckHilogInvalid", CheckHilogValid(), ZERO); in HilogAdapterPrint_0030()
235 for (int i = ZERO; i < THREAD_COUNT; i++) { in HilogAdapterPrint_0030()
243 EXPECT_NE("HilogAdapterPrint_0030 CheckHilogValid", CheckHilogValid(), ZERO); in HilogAdapterPrint_0030()
245 for (int i = ZERO; i < THREAD_COUNT; i++) { in HilogAdapterPrint_0030()
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp860 const llong ZERO;
884 &ZERO, &ONE, &NEG_ONE, &THREE, &NEG_THREE, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_32, &NEG_TWO_TO_32
888 &ZERO, &ZERO, &ZERO, &ZERO, &ZERO, &ZERO, &ZERO, &ZERO,
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c264 return swizzle(UREG(REG_TYPE_R, 0), ZERO, ZERO, ZERO, ZERO); in i915_emit_const1f()
278 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE); in i915_emit_const1f()
294 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W); in i915_emit_const2f()
299 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); in i915_emit_const2f()
316 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE); in i915_emit_const2f()
H A Di915_fpc_translate.c509 swizzle(src0, ZERO, ZERO, ZERO, ZERO), 0, 0); in i915_translate_instruction()
518 swizzle(src0, X, Y, ZERO, ZERO), src1, 0); in i915_translate_instruction()
609 swizzle(src0, ZERO, ZERO, Z, W), 0); in i915_translate_instruction()
615 swizzle(tmp, ZERO, Y, ZERO, ZER in i915_translate_instruction()
[all...]
/third_party/skia/tools/viewer/
H A DTouchGesture.cpp360 const SkScalar ZERO = 0; in limitTrans() local
362 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop)); in limitTrans()
363 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom)); in limitTrans()
364 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO); in limitTrans() local
365 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO); in limitTrans() local
/third_party/python/Doc/includes/
H A Dtzinfo_examples.py3 ZERO = timedelta(0) variable
43 return ZERO
136 return ZERO
147 return ZERO if dt.fold else HOUR
150 return HOUR if dt.fold else ZERO
152 return ZERO
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py40 ZERO = timedelta(0) variable
275 self.assertEqual(dt.utcoffset(), ZERO)
276 self.assertEqual(dt.dst(), ZERO)
441 if zt.fold and zt.offset_after.utcoffset == ZERO:
615 STD = ZoneOffset("STD", ONE_H, ZERO)
665 ZoneOffset("STD", ZERO, ZERO),
714 GMT = ZoneOffset("GMT", ZERO)
761 UTC = ZoneOffset("UTC", ZERO, ZERO)
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtypediff-enum.c1 enum num { ZERO, ONE, MANY, }; enumerator
11 num foo(void) { return ZERO; } in foo()
14 int bar(void) { return ZERO; } in bar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp226 return (isReg<Mips::ZERO>(MI, 0) && isReg<Mips::ZERO>(MI, 1) && in printAlias()
228 (isReg<Mips::ZERO>(MI, 1) && printAlias("beqz", MI, 0, 2, OS)); in printAlias()
235 return isReg<Mips::ZERO>(MI, 1) && printAlias("bnez", MI, 0, 2, OS); in printAlias()
241 return isReg<Mips::ZERO>(MI, 0) && printAlias("bal", MI, 1, OS); in printAlias()
258 return isReg<Mips::ZERO>(MI, 2) && printAlias("not", MI, 0, 1, OS); in printAlias()
264 return isReg<Mips::ZERO>(MI, 2) && printAlias("move", MI, 0, 1, OS); in printAlias()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py113 ZERO = namedtuple('ZERO', '')() variable
279 infinity (positive and negative), which return ZERO, INF, and NEG_INF
286 return ZERO
294 return ZERO
312 infinity (positive and negative), which return ZERO, INF, and NEG_INF
319 return ZERO
327 return ZERO
361 if double is ZERO:
375 if single is ZERO
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Datoi.c20 const int32_t ZERO = 0; variable
133 EXPECT_EQ("atoi_0900", fptr, ZERO); in atoi_0900()
157 EXPECT_EQ("atoi_1100", fptr, ZERO); in atoi_1100()
169 EXPECT_EQ("atoi_1200", fptr, ZERO); in atoi_1200()
/third_party/typescript/tests/baselines/reference/
H A DstringLiteralTypesOverloads01.js28 const ZERO = getFalsyPrimitive('number');
43 const ZERO = getFalsyPrimitive(number);
72 var ZERO = getFalsyPrimitive('number');
85 var ZERO = getFalsyPrimitive(number);
H A DstringLiteralTypesOverloads02.js26 const ZERO = getFalsyPrimitive('number');
41 const ZERO = getFalsyPrimitive(number);
70 var ZERO = getFalsyPrimitive('number');
83 var ZERO = getFalsyPrimitive(number);

Completed in 20 milliseconds

1234567