Home
last modified time | relevance | path

Searched refs:memb (Results 1 – 17 of 17) sorted by relevance

/third_party/glib/tests/
Dslice-color.c37 guint **memb, in access_memory3() argument
47 memd[j][o] = mema[j][o] + memb[j][o]; in access_memory3()
63 guint **memb; in touch_mem() local
67 memb = g_new (guint*, n); in touch_mem()
69 memb[j] = g_slice_alloc (block_size); in touch_mem()
76 fill_memory (memb, n, 3); in touch_mem()
78 access_memory3 (mema, memb, memc, n, 3); in touch_mem()
80 accu = access_memory3 (mema, memb, memc, n, repeats); in touch_mem()
89 g_slice_free1 (block_size, memb[j]); in touch_mem()
94 g_free (memb); in touch_mem()
/third_party/zlib/examples/
Dgznorm.c122 unsigned long long memb; // uncompressed length of member in gzip_normalize() local
160 memb += got; in gzip_normalize()
161 if (memb < got) in gzip_normalize()
185 memb = 0; in gzip_normalize()
392 z_off_t len2 = memb; in gzip_normalize()
393 if (len2 < 0 || (unsigned long long)len2 != memb) in gzip_normalize()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_reflect.cpp428 auto &memb = ir.meta[type.self].members; in emit_type_member_qualifiers() local
429 if (index < memb.size()) in emit_type_member_qualifiers()
431 auto &dec = memb[index]; in emit_type_member_qualifiers()
698 auto &memb = type_meta->members; in to_member_name() local
699 if (index < memb.size() && !memb[index].alias.empty()) in to_member_name()
700 return memb[index].alias; in to_member_name()
Dspirv_cross_parsed_ir.cpp332 for (auto &memb : m.members) in fixup_reserved_names() local
333 sanitize_identifier(memb.alias, true, false); in fixup_reserved_names()
Dspirv_hlsl.cpp2068 auto &memb = ir.meta[type.self].members; in emit_struct_member() local
2069 if (index < memb.size()) in emit_struct_member()
2070 memberflags = memb[index].decoration_flags; in emit_struct_member()
2078 uint32_t offset = memb[index].offset - base_offset; in emit_struct_member()
2225 auto &memb = ir.meta[type.self].members; in emit_push_constant_block() local
2236 for (auto i = 0u; i < memb.size(); i++) in emit_push_constant_block()
2238 const auto offset = memb[i].offset; in emit_push_constant_block()
Dspirv_glsl.cpp1187 auto &memb = ir.meta[type.self].members; in layout_for_member() local
1188 if (index >= memb.size()) in layout_for_member()
1190 auto &dec = memb[index]; in layout_for_member()
2732 for (auto &memb : meta->members) in replace_illegal_names() local
2733 if (keywords.find(memb.alias) != end(keywords)) in replace_illegal_names()
2734 memb.alias = join("_", memb.alias); in replace_illegal_names()
12727 auto &memb = ir.meta[type.self].members; in to_member_name() local
12728 if (index < memb.size() && !memb[index].alias.empty()) in to_member_name()
12729 return memb[index].alias; in to_member_name()
12753 auto &memb = ir.meta[type.self].members; in add_member_name() local
[all …]
Dspirv_cross.cpp571 auto &memb = type_meta->members; in is_member_builtin() local
572 if (index < memb.size() && memb[index].builtin) in is_member_builtin()
575 *builtin = memb[index].builtin_type; in is_member_builtin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepMappings.td34 def L2_loadrb_zomapAlias : InstAlias<"$Rd32 = memb($Rs32)", (L2_loadrb_io IntRegs:$Rd32, IntRegs:$R…
40 def L2_ploadrbf_zomapAlias : InstAlias<"if (!$Pt4) $Rd32 = memb($Rs32)", (L2_ploadrbf_io IntRegs:$R…
41 def L2_ploadrbfnew_zomapAlias : InstAlias<"if (!$Pt4.new) $Rd32 = memb($Rs32)", (L2_ploadrbfnew_io …
42 def L2_ploadrbt_zomapAlias : InstAlias<"if ($Pt4) $Rd32 = memb($Rs32)", (L2_ploadrbt_io IntRegs:$Rd…
43 def L2_ploadrbtnew_zomapAlias : InstAlias<"if ($Pt4.new) $Rd32 = memb($Rs32)", (L2_ploadrbtnew_io I…
64 def L4_add_memopb_zomapAlias : InstAlias<"memb($Rs32) += $Rt32", (L4_add_memopb_io IntRegs:$Rs32, 0…
67 def L4_and_memopb_zomapAlias : InstAlias<"memb($Rs32) &= $Rt32", (L4_and_memopb_io IntRegs:$Rs32, 0…
70 def L4_iadd_memopb_zomapAlias : InstAlias<"memb($Rs32) += #$II", (L4_iadd_memopb_io IntRegs:$Rs32, …
73 def L4_iand_memopb_zomapAlias : InstAlias<"memb($Rs32) = clrbit(#$II)", (L4_iand_memopb_io IntRegs:…
76 def L4_ior_memopb_zomapAlias : InstAlias<"memb($Rs32) = setbit(#$II)", (L4_ior_memopb_io IntRegs:$R…
[all …]
DHexagonDepInstrInfo.td9296 "$Rd32 = memb($Rs32+#$Ii)",
9317 "$Rd32 = memb($Rx32++$Mu2:brev)",
9331 "$Rd32 = memb($Rx32++#$Ii:circ($Mu2))",
9346 "$Rd32 = memb($Rx32++I:circ($Mu2))",
9361 "$Rd32 = memb($Rx32++#$Ii)",
9378 "$Rd32 = memb($Rx32++$Mu2)",
9392 "$Rd32 = memb($Rs32)",
9402 "$Rd32 = memb(gp+#$Ii)",
10043 "if (!$Pt4) $Rd32 = memb($Rs32+#$Ii)",
10065 "if (!$Pt4) $Rd32 = memb($Rx32++#$Ii)",
[all …]
/third_party/mesa3d/src/egl/main/
Deglconfig.h102 #define ATTRIB_MAP(attr, memb) case attr: return offsetof(_EGLConfig, memb) in _eglOffsetOfConfig() argument
/third_party/libcoap/src/
Dmem.c405 static struct memb *
444 struct memb *container = get_container(type); in coap_malloc_type()
/third_party/skia/tests/
DDataRefTest.cpp31 const void* memb = b->at(i, &sizeb); in test_is_equal() local
33 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea)); in test_is_equal()
/third_party/python/Modules/
Dsocketmodule.c455 #define _BT_L2_MEMB(sa, memb) ((sa)->l2cap_##memb) argument
456 #define _BT_RC_MEMB(sa, memb) ((sa)->rfcomm_##memb) argument
457 #define _BT_HCI_MEMB(sa, memb) ((sa)->hci_##memb) argument
465 #define _BT_L2_MEMB(sa, memb) ((sa)->bt_##memb) argument
466 #define _BT_RC_MEMB(sa, memb) ((sa)->bt_##memb) argument
467 #define _BT_HCI_MEMB(sa, memb) ((sa)->bt_##memb) argument
468 #define _BT_SCO_MEMB(sa, memb) ((sa)->bt_##memb) argument
470 #define _BT_L2_MEMB(sa, memb) ((sa)->l2_##memb) argument
471 #define _BT_RC_MEMB(sa, memb) ((sa)->rc_##memb) argument
472 #define _BT_HCI_MEMB(sa, memb) ((sa)->hci_##memb) argument
[all …]
/third_party/flutter/skia/tests/
DDataRefTest.cpp32 const void* memb = b->at(i, &sizeb); in test_is_equal() local
34 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea)); in test_is_equal()
/third_party/python/Objects/
Dtypeobject.c3386 for (const PyMemberDef *memb = slot->pfunc; memb->name != NULL; memb++) { in PyType_FromModuleAndSpec() local
3388 if (strcmp(memb->name, "__weaklistoffset__") == 0) { in PyType_FromModuleAndSpec()
3390 assert(memb->type == T_PYSSIZET); in PyType_FromModuleAndSpec()
3391 assert(memb->flags == READONLY); in PyType_FromModuleAndSpec()
3392 weaklistoffset = memb->offset; in PyType_FromModuleAndSpec()
3394 if (strcmp(memb->name, "__dictoffset__") == 0) { in PyType_FromModuleAndSpec()
3396 assert(memb->type == T_PYSSIZET); in PyType_FromModuleAndSpec()
3397 assert(memb->flags == READONLY); in PyType_FromModuleAndSpec()
3398 dictoffset = memb->offset; in PyType_FromModuleAndSpec()
3400 if (strcmp(memb->name, "__vectorcalloffset__") == 0) { in PyType_FromModuleAndSpec()
[all …]
/third_party/ffmpeg/libavfilter/
Daf_firequalizer.c442 static int gain_entry_compare(const void *key, const void *memb) in gain_entry_compare() argument
445 const GainEntry *entry = memb; in gain_entry_compare()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5544 … for (int memb = 0; memb < (int)(*fnCandidate)[i].type->getStruct()->size(); ++memb) in handleFunctionCall() local
5788 for (int memb = 0; memb < (int)arg->getType().getStruct()->size(); ++memb) in expandArguments() local
5789 memberArgs.push_back(flattenAccess(arg, memb)); in expandArguments()