/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function_cfg_test.cc | 96 bool FlowLabelControlFlowConstructs(FunctionEmitter* fe) { in FlowLabelControlFlowConstructs() argument 97 fe->RegisterBasicBlocks(); in FlowLabelControlFlowConstructs() 98 EXPECT_TRUE(fe->RegisterMerges()) << fe->parser()->error(); in FlowLabelControlFlowConstructs() 99 fe->ComputeBlockOrderAndPositions(); in FlowLabelControlFlowConstructs() 100 EXPECT_TRUE(fe->VerifyHeaderContinueMergeOrder()) << fe->parser()->error(); in FlowLabelControlFlowConstructs() 101 return fe->LabelControlFlowConstructs(); in FlowLabelControlFlowConstructs() 107 bool FlowFindSwitchCaseHeaders(FunctionEmitter* fe) { in FlowFindSwitchCaseHeaders() argument 108 EXPECT_TRUE(FlowLabelControlFlowConstructs(fe)) << fe->parser()->error(); in FlowFindSwitchCaseHeaders() 109 return fe->FindSwitchCaseHeaders(); in FlowFindSwitchCaseHeaders() 114 bool FlowClassifyCFGEdges(FunctionEmitter* fe) { in FlowClassifyCFGEdges() argument [all …]
|
D | function_var_test.cc | 116 auto fe = p->function_emitter(100); in TEST_F() local 117 EXPECT_TRUE(fe.EmitFunctionVariables()); in TEST_F() 119 auto ast_body = fe.ast_body(); in TEST_F() 138 auto fe = p->function_emitter(100); in TEST_F() local 139 EXPECT_TRUE(fe.EmitFunctionVariables()); in TEST_F() 141 auto ast_body = fe.ast_body(); in TEST_F() 159 auto fe = p->function_emitter(100); in TEST_F() local 160 EXPECT_TRUE(fe.EmitFunctionVariables()); in TEST_F() 162 auto ast_body = fe.ast_body(); in TEST_F() 182 auto fe = p->function_emitter(100); in TEST_F() local [all …]
|
D | function_conversion_test.cc | 84 auto fe = p->function_emitter(100); in TEST_F() local 85 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 86 auto ast_body = fe.ast_body(); in TEST_F() 101 auto fe = p->function_emitter(100); in TEST_F() local 102 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 103 auto ast_body = fe.ast_body(); in TEST_F() 120 auto fe = p->function_emitter(100); in TEST_F() local 121 EXPECT_FALSE(fe.EmitBody()); in TEST_F() 136 auto fe = p->function_emitter(100); in TEST_F() local 137 EXPECT_FALSE(fe.EmitBody()); in TEST_F() [all …]
|
D | function_composite_test.cc | 96 auto fe = p->function_emitter(100); in TEST_F() local 97 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 98 auto ast_body = fe.ast_body(); in TEST_F() 116 auto fe = p->function_emitter(100); in TEST_F() local 117 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 118 auto ast_body = fe.ast_body(); in TEST_F() 136 auto fe = p->function_emitter(100); in TEST_F() local 137 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 138 auto ast_body = fe.ast_body(); in TEST_F() 155 auto fe = p->function_emitter(100); in TEST_F() local [all …]
|
D | function_glsl_std_450_test.cc | 184 auto fe = p->function_emitter(100); in TEST_P() local 185 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P() 186 auto ast_body = fe.ast_body(); in TEST_P() 202 auto fe = p->function_emitter(100); in TEST_P() local 203 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P() 204 auto ast_body = fe.ast_body(); in TEST_P() 220 auto fe = p->function_emitter(100); in TEST_P() local 221 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P() 222 auto ast_body = fe.ast_body(); in TEST_P() 238 auto fe = p->function_emitter(100); in TEST_P() local [all …]
|
D | function_memory_test.cc | 58 auto fe = p->function_emitter(100); in TEST_F() local 59 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 60 auto ast_body = fe.ast_body(); in TEST_F() 84 auto fe = p->function_emitter(100); in TEST_F() local 85 EXPECT_TRUE(fe.EmitBody()); in TEST_F() 86 auto ast_body = fe.ast_body(); in TEST_F() 109 auto fe = p->function_emitter(100); in TEST_F() local 110 EXPECT_TRUE(fe.EmitBody()); in TEST_F() 111 auto ast_body = fe.ast_body(); in TEST_F() 134 auto fe = p->function_emitter(100); in TEST_F() local [all …]
|
D | function_logical_test.cc | 137 auto fe = p->function_emitter(100); in TEST_F() local 138 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 139 auto ast_body = fe.ast_body(); in TEST_F() 154 auto fe = p->function_emitter(100); in TEST_F() local 155 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 156 auto ast_body = fe.ast_body(); in TEST_F() 195 auto fe = p->function_emitter(100); in TEST_P() local 196 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P() 200 auto ast_body = fe.ast_body(); in TEST_P() 575 auto fe = p->function_emitter(100); in TEST_F() local [all …]
|
D | function_arithmetic_test.cc | 120 auto fe = p->function_emitter(100); in TEST_F() local 121 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 122 auto ast_body = fe.ast_body(); in TEST_F() 139 auto fe = p->function_emitter(100); in TEST_F() local 140 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 141 auto ast_body = fe.ast_body(); in TEST_F() 158 auto fe = p->function_emitter(100); in TEST_F() local 159 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 160 auto ast_body = fe.ast_body(); in TEST_F() 177 auto fe = p->function_emitter(100); in TEST_F() local [all …]
|
D | function_bit_test.cc | 131 auto fe = p->function_emitter(100); in TEST_P() local 132 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_P() 136 auto ast_body = fe.ast_body(); in TEST_P() 174 auto fe = p->function_emitter(100); in TEST_P() local 175 EXPECT_TRUE(fe.EmitBody()) << p->error() << assembly; in TEST_P() 179 auto ast_body = fe.ast_body(); in TEST_P() 495 auto fe = p->function_emitter(100); in TEST_F() local 496 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 497 auto ast_body = fe.ast_body(); in TEST_F() 512 auto fe = p->function_emitter(100); in TEST_F() local [all …]
|
D | function_misc_test.cc | 74 auto fe = p->function_emitter(100); in TEST_F() local 75 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 76 auto ast_body = fe.ast_body(); in TEST_F() 104 auto fe = p->function_emitter(100); in TEST_F() local 105 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 106 auto ast_body = fe.ast_body(); in TEST_F() 133 auto fe = p->function_emitter(100); in TEST_F() local 134 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 135 auto ast_body = fe.ast_body(); in TEST_F() 160 auto fe = p->function_emitter(100); in TEST_F() local [all …]
|
D | function_call_test.cc | 94 auto fe = p->function_emitter(100); in TEST_F() local 95 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 96 f100 = fe.ast_body(); in TEST_F() 100 auto fe = p->function_emitter(50); in TEST_F() local 101 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 102 f50 = fe.ast_body(); in TEST_F() 136 auto fe = p->function_emitter(100); in TEST_F() local 137 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 138 f100 = fe.ast_body(); in TEST_F() 142 auto fe = p->function_emitter(50); in TEST_F() local [all …]
|
D | function_decl_test.cc | 74 auto fe = p->function_emitter(100); in TEST_F() local 75 EXPECT_TRUE(fe.Emit()); in TEST_F() 93 auto fe = p->function_emitter(200); in TEST_F() local 94 EXPECT_TRUE(fe.Emit()); in TEST_F() 118 auto fe = p->function_emitter(200); in TEST_F() local 119 EXPECT_TRUE(fe.Emit()); in TEST_F() 142 auto fe = p->function_emitter(200); in TEST_F() local 143 EXPECT_TRUE(fe.Emit()); in TEST_F()
|
/third_party/ltp/ |
D | IDcheck.sh | 42 fe() { function 77 fe bin "$passwd"; NO_BIN_ID=$? 78 fe daemon "$passwd"; NO_DAEMON_ID=$? 79 fe nobody "$passwd"; NO_NOBODY_ID=$? 81 fe bin "$group"; NO_BIN_GRP=$? 82 fe daemon "$group"; NO_DAEMON_GRP=$? 83 fe nobody "$group" || fe nogroup "$group"; NO_NOBODY_GRP=$? 84 fe sys "$group"; NO_SYS_GRP=$? 85 fe users "$group"; NO_USERS_GRP=$? 125 if ! fe "$name" "$passwd" && [ $no_id -ne 0 ] ; then [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen9/ |
D | sends.expected | 6 33 00 80 0c 10 80 00 00 c2 00 00 00 fe 5e 02 04 7 33 00 80 0c 10 c0 00 00 42 01 00 00 fe 87 00 04 21 33 00 80 0c 10 10 00 00 62 00 00 00 fe 8d 00 04 22 33 00 80 0c 10 10 00 00 a2 00 00 00 fe 8b 00 04 23 33 00 80 0c 10 10 00 00 62 00 00 00 fe 8c 00 04 24 33 00 80 0c 10 10 00 00 a2 00 00 00 fe 8a 00 04 25 33 00 80 0c 10 10 00 00 62 00 00 00 fe 81 00 04 26 33 00 80 0c 10 10 00 00 62 00 00 00 fe 82 00 04 27 33 00 80 0c 10 10 00 00 62 00 00 00 fe 83 00 04 28 33 00 80 0c 10 10 00 00 62 00 00 00 fe 84 00 04 [all …]
|
/third_party/skia/third_party/externals/icu/scripts/ |
D | big5_gen.sh | 37 <icu:state> 0-7f, a1-fe:1, 87-a0:2, c8:2, fa-fe:2, 87:3, 89:4, 8a:5, 8b:6, 8d:7, … 38 <icu:state> 40-7e, a1-fe 39 <icu:state> 40-7e.p, a1-fe.p 40 <icu:state> 40-7e.p, a1-fe.p, 66.i 41 <icu:state> 40-7e.p, a1-fe.p, 42.i, 44.i, 45.i, 4a-4b.i 42 <icu:state> 40-7e.p, a1-fe.p, 42.i, 63.i, 75.i 43 <icu:state> 40-7e.p, a1-fe.p, 54.i 44 <icu:state> 40-7e.p, a1-fe.p, 41.i 45 <icu:state> 40-7e.p, a1-fe.p, 61.i 46 <icu:state> 40-7e.p, a1-fe.p, 4e.i [all …]
|
D | eucjp_gen.sh | 36 <icu:state> 0-7f, 8e:2, 8f:3, a1-fe:1 37 <icu:state> a1-fe 39 <icu:state> a1-fe:1, a1:4, a3-a5:4, a8:4, ac-af:4, ee-f2:4, f4-fe:4 40 <icu:state> a1-fe.u
|
D | euckr_gen.sh | 32 <icu:state> 0-7f, 81-c5:1, c6:2, c7-fe:3 33 <icu:state> 41-5a, 61-7a, 81-fe 34 <icu:state> 41-52, 81-fe 35 <icu:state> 81-fe
|
/third_party/mesa3d/src/intel/tools/tests/gen5/ |
D | mov.expected | 15 01 00 60 00 fe 73 80 20 00 00 00 00 00 00 00 00 16 01 20 80 00 fe 73 60 30 00 00 00 00 00 00 00 00 34 01 10 60 00 fe 73 60 20 00 00 00 00 66 66 fc 42 39 01 01 60 00 fe 52 af 20 00 00 00 00 30 00 00 28 40 01 01 60 00 fe 73 c1 20 00 00 00 00 00 00 00 00 68 01 01 60 80 fe 73 a4 20 00 00 00 00 ab aa aa 3e 69 01 05 60 80 fe 73 a8 20 00 00 00 00 cd cc cc 3d 70 01 09 60 00 fe 52 a3 20 00 00 00 00 30 20 00 00 74 01 0d 60 80 fe 73 a4 20 00 00 00 00 60 66 66 3f 75 01 09 60 80 fe 73 a8 20 00 00 00 00 c0 cc 4c 3e [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen6/ |
D | mov.expected | 6 01 01 60 00 fe 73 6f 20 00 00 00 00 00 00 88 41 14 01 00 60 00 fe 73 40 20 00 00 00 00 00 00 00 00 18 01 00 80 00 fe 73 60 20 00 00 00 00 00 00 00 00 36 01 09 60 00 fe 52 a5 20 00 00 00 00 20 00 7e 00 41 01 01 60 00 fe 52 8f 20 00 00 00 00 00 30 00 30 64 01 05 60 80 fe 73 81 20 00 00 00 00 00 00 80 3f 65 01 0d 60 80 fe 73 82 20 00 00 00 00 66 66 66 3f 66 01 09 60 80 fe 73 88 20 00 00 00 00 33 33 33 3f 96 01 05 60 00 fe 52 6c 20 00 00 00 00 00 00 00 30 117 01 09 60 00 fe 10 6c 20 00 00 00 00 00 00 00 00 [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen4/ |
D | mov.expected | 11 01 00 60 00 fe 73 60 20 00 00 00 00 00 00 00 00 12 01 10 60 00 fe 73 e0 20 00 00 00 00 00 00 00 00 36 01 01 60 00 fe 52 cf 20 00 00 00 00 30 40 48 50 45 01 09 60 00 fe 52 a7 21 00 00 00 00 7d 7e 7f 00 48 01 01 60 00 fe 73 c1 20 00 00 00 00 00 00 00 00 49 01 20 80 00 fe 73 00 21 00 00 00 00 00 00 40 40 77 01 01 60 80 fe 73 a4 20 00 00 00 00 ab aa aa 3e 78 01 05 60 80 fe 73 a8 20 00 00 00 00 cd cc cc 3d 82 01 09 60 80 fe 73 a8 20 00 00 00 00 00 00 80 3f 84 01 0d 60 80 fe 73 a4 20 00 00 00 00 60 66 66 3f [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen4.5/ |
D | mov.expected | 8 01 20 80 00 fe 73 60 30 00 00 00 00 00 00 00 00 32 01 01 60 00 fe 52 cf 20 00 00 00 00 30 40 48 50 33 01 00 60 00 fe 73 60 20 00 00 00 00 66 66 fc 42 34 01 10 60 00 fe 73 60 20 00 00 00 00 66 66 fc 42 45 01 09 60 00 fe 52 a7 21 00 00 00 00 7d 7e 7f 00 47 01 01 60 00 fe 73 c1 20 00 00 00 00 00 00 00 00 75 01 01 60 80 fe 73 a4 20 00 00 00 00 ab aa aa 3e 76 01 05 60 80 fe 73 a8 20 00 00 00 00 cd cc cc 3d 79 01 09 60 80 fe 73 a8 20 00 00 00 00 00 00 80 3f 81 01 0d 60 80 fe 73 a4 20 00 00 00 00 60 66 66 3f [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum_mod.misc.data | 127 mpi_residue_setup:"fe":"01":0 130 mpi_residue_setup:"ff":"fe":0 133 mpi_residue_setup:"7dfe5c6":"fe":0 136 …ffffffffffffffffffffffffffffffffffffffffffff1":"0000000000000000000000000000000000000000000000fe":0 139 mpi_residue_setup:"7ffffffff00000000":"fe":MBEDTLS_ERR_MPI_BAD_INPUT_DATA 145 mpi_residue_setup:"fe":"fe":-4 148 mpi_residue_setup:"fe":"ff":-4 151 mpi_mod_io_neg:"fe":"fd":0 154 mpi_mod_io_neg:"fe":"fe":MBEDTLS_ERR_MPI_BAD_INPUT_DATA 157 mpi_mod_io_neg:"fe":"ff":MBEDTLS_ERR_MPI_BAD_INPUT_DATA [all …]
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 771 typedef int32_t fe[10]; typedef 800 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes() 872 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes() 955 static void fe_copy(fe h, const fe f) in fe_copy() 961 static void fe_0(fe h) in fe_0() 967 static void fe_1(fe h) in fe_1() 985 static void fe_add(fe h, const fe f, const fe g) in fe_add() 1006 static void fe_sub(fe h, const fe f, const fe g) in fe_sub() 1045 static void fe_mul(fe h, const fe f, const fe g) in fe_mul() 1275 static void fe_sq(fe h, const fe f) in fe_sq() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | curve25519.c | 771 typedef int32_t fe[10]; typedef 800 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes() 872 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes() 955 static void fe_copy(fe h, const fe f) in fe_copy() 961 static void fe_0(fe h) in fe_0() 967 static void fe_1(fe h) in fe_1() 985 static void fe_add(fe h, const fe f, const fe g) in fe_add() 1006 static void fe_sub(fe h, const fe f, const fe g) in fe_sub() 1045 static void fe_mul(fe h, const fe f, const fe g) in fe_mul() 1275 static void fe_sq(fe h, const fe f) in fe_sq() [all …]
|
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 761 typedef int32_t fe[10]; typedef 790 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes() 862 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes() 945 static void fe_copy(fe h, const fe f) in fe_copy() 951 static void fe_0(fe h) in fe_0() 957 static void fe_1(fe h) in fe_1() 975 static void fe_add(fe h, const fe f, const fe g) in fe_add() 996 static void fe_sub(fe h, const fe f, const fe g) in fe_sub() 1035 static void fe_mul(fe h, const fe f, const fe g) in fe_mul() 1265 static void fe_sq(fe h, const fe f) in fe_sq() [all …]
|