Home
last modified time | relevance | path

Searched refs:sym1 (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
H A Dsymbol_test.cc30 Symbol sym1(1, ProgramID::New()); in TEST_F()
34 sym2 = sym1; in TEST_F()
36 EXPECT_EQ(sym2, sym1); in TEST_F()
41 Symbol sym1(1, program_id); in TEST_F()
45 EXPECT_TRUE(sym1 == sym3); in TEST_F()
46 EXPECT_FALSE(sym1 == sym2); in TEST_F()
/third_party/libfuse/lib/
H A Dfuse_misc.h20 # define FUSE_SYMVER(sym1, sym2) __attribute__ ((symver (sym2)))
22 # define FUSE_SYMVER(sym1, sym2) __asm__("\t.symver " sym1 "," sym2);
25 #define FUSE_SYMVER(sym1, sym2)
/third_party/toybox/kconfig/
H A Dexpr.c354 struct symbol *sym1, *sym2; in expr_join_or() local
366 sym1 = tmp->left.sym; in expr_join_or()
368 sym1 = e1->left.sym; in expr_join_or()
375 if (sym1 != sym2) in expr_join_or()
377 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
379 if (sym1->type == S_TRISTATE) { in expr_join_or()
384 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or()
390 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or()
396 return expr_alloc_comp(E_UNEQUAL, sym1, in expr_join_or()
418 struct symbol *sym1, *sym2; expr_join_and() local
[all...]
/third_party/node/test/known_issues/
H A Dtest-vm-ownkeys.js7 const sym1 = Symbol('1');
11 [sym1]: true,
20 // assert.deepStrictEqual(Reflect.ownKeys(sandbox), ['a', 'b', sym1, sym2]);
22 // assert.deepStrictEqual(Object.getOwnPropertySymbols(sandbox), [sym1, sym2]);
28 assert.deepStrictEqual(Array.from(restKeys), ['a', 'b', sym1, sym2]);
H A Dtest-vm-ownpropertysymbols.js7 const sym1 = Symbol('1');
11 [sym1]: true,
20 // assert.deepStrictEqual(Reflect.ownKeys(sandbox), ['a', 'b', sym1, sym2]);
22 // assert.deepStrictEqual(Object.getOwnPropertySymbols(sandbox), [sym1, sym2]);
28 assert.deepStrictEqual(Array.from(restSym), [sym1, sym2]);
H A Dtest-vm-ownpropertynames.js7 const sym1 = Symbol('1');
11 [sym1]: true,
20 // assert.deepStrictEqual(Reflect.ownKeys(sandbox), ['a', 'b', sym1, sym2]);
22 // assert.deepStrictEqual(Object.getOwnPropertySymbols(sandbox), [sym1, sym2]);
/third_party/lzma/C/
H A DPpmd7Enc.c143 unsigned sym1 = s2[1].Symbol; in Ppmd7z_EncodeSymbol() local
146 MASK(sym1) = 0; in Ppmd7z_EncodeSymbol()
271 unsigned sym1 = s[1].Symbol; in Ppmd7z_EncodeSymbol() local
274 sum += (s[-1].Freq & (unsigned)(MASK(sym1))); in Ppmd7z_EncodeSymbol()
306 const unsigned sym1 = s2[1].Symbol; in Ppmd7z_EncodeSymbol() local
309 MASK(sym1) = 0; in Ppmd7z_EncodeSymbol()
H A DPpmd7Dec.c124 unsigned sym1 = s2[1].Symbol; in Ppmd7z_DecodeSymbol() local
127 MASK(sym1) = 0; in Ppmd7z_DecodeSymbol()
219 unsigned sym1 = s[1].Symbol; in Ppmd7z_DecodeSymbol() local
222 hiCnt += (s[-1].Freq & (unsigned)(MASK(sym1))); in Ppmd7z_DecodeSymbol()
/third_party/typescript/tests/baselines/reference/
H A DintersectionReduction.js2 declare const sym1: unique symbol;
9 type T5 = symbol & typeof sym1; // typeof sym1
10 type T6 = typeof sym1 & symbol & typeof sym2; // never
11 type T7 = string & 'a' & number & 10 & symbol & typeof sym1; // never
H A DintersectionReductionStrict.js2 declare const sym1: unique symbol;
9 type T5 = symbol & typeof sym1; // typeof sym1
10 type T6 = typeof sym1 & symbol & typeof sym2; // never
11 type T7 = string & 'a' & number & 10 & symbol & typeof sym1; // never
/third_party/elfutils/src/
H A Delfcmp.c361 GElf_Sym *sym1 = gelf_getsym (data1, ndx, &sym1_mem); in main() local
362 if (sym1 == NULL) in main()
374 sym1->st_name); in main()
379 || sym1->st_value != sym2->st_value in main()
380 || (sym1->st_size != sym2->st_size in main()
381 && sym1->st_shndx != SHN_UNDEF) in main()
382 || sym1->st_info != sym2->st_info in main()
383 || sym1->st_other != sym2->st_other in main()
384 || sym1->st_shndx != sym2->st_shndx)) in main()
404 if (sym1 in main()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-is.js42 sym1 = Symbol.for('foo');
44 assert(Object.is(sym1, sym2) === true);
/third_party/node/test/js-native-api/test_object/
H A Dtest.js104 const sym1 = Symbol('1');
109 [sym1]: '@@iterator',
113 assert(test_object.Has(object2, sym1));
115 assert.strictEqual(test_object.Get(object2, sym1), '@@iterator');
/third_party/elfio/tests/
H A DELFIOTest1.cpp759 Elf_Word sym1 = symbols.add_symbol( str_writer, name.c_str(), value, size, in TEST() local
806 rela.add_entry( 1, sym1, R_386_RELATIVE ); in TEST()
814 rela.add_entry( 11, sym1, R_386_RELATIVE ); in TEST()
/third_party/ffmpeg/libavcodec/
H A Dmss12.c102 int sym1, sym2; in ff_mss12_model_update() local
104 sym1 = m->idx2sym[val]; in ff_mss12_model_update()
108 m->idx2sym[i] = sym1; in ff_mss12_model_update()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1784 Symbol *sym1 = mkSymbol(input ? FILE_SHADER_INPUT : FILE_SHADER_OUTPUT, 0, dType, address + 4);
1785 interp = mkOp1(nvirOp, TYPE_U32, hi, sym1);

Completed in 12 milliseconds