Home
last modified time | relevance | path

Searched refs:pack (Results 176 - 200 of 818) sorted by relevance

12345678910>>...33

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/utils/
H A Dlog2pcap.py14 struct.pack('<IHHIIII',
21 pcap_file.write(struct.pack('<IIII',
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_defs.h15 #pragma pack(push, 1)
26 #pragma pack(pop)
H A Deap_psk_common.h29 #pragma pack(push, 1)
64 #pragma pack(pop)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet.h35 #pragma pack(push, 1)
45 #pragma pack(pop)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/utils/
H A Dlog2pcap.py14 struct.pack('<IHHIIII',
21 pcap_file.write(struct.pack('<IIII',
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c834 * BPF program pack allocator.
838 * to instruction TLB. To solve this issue, we introduce a BPF program pack
880 struct bpf_prog_pack *pack; in alloc_new_pack() local
882 pack = kzalloc(struct_size(pack, bitmap, BITS_TO_LONGS(BPF_PROG_CHUNK_COUNT)), in alloc_new_pack()
884 if (!pack) in alloc_new_pack()
886 pack->ptr = bpf_jit_alloc_exec(BPF_PROG_PACK_SIZE); in alloc_new_pack()
887 if (!pack->ptr) { in alloc_new_pack()
888 kfree(pack); in alloc_new_pack()
891 bpf_fill_ill_insns(pack in alloc_new_pack()
903 struct bpf_prog_pack *pack; bpf_prog_pack_alloc() local
942 struct bpf_prog_pack *pack = NULL, *tmp; bpf_prog_pack_free() local
[all...]
/third_party/mbedtls/programs/test/
H A Dudp_proxy.c81 " pack=%%d default: 0 (don't pack)\n" \
82 " options: t > 0 (pack for t milliseconds)\n"
159 unsigned pack; /* merge packets into single datagram for member
185 opt.pack = DFL_PACK; in get_options()
258 } else if (strcmp(p, "pack") == 0) { in get_options()
260 opt.pack = (unsigned) atoi(q); in get_options()
262 mbedtls_printf(" option pack only defined if MBEDTLS_TIMING_C is enabled\n"); in get_options()
407 if (cur_time - buf->packet_lifetime >= opt.pack) { in ctx_buffer_time_remaining()
411 return opt.pack in ctx_buffer_time_remaining()
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h94 int pack; member
727 c->defs[t.index]->src[0].pack = QPU_UNPACK_8A + i; in qir_UNPACK_8_F()
735 c->defs[t.index]->src[0].pack = QPU_UNPACK_8A + i; in qir_UNPACK_8_I()
743 c->defs[t.index]->src[0].pack = QPU_UNPACK_16A + i; in qir_UNPACK_16_F()
751 c->defs[t.index]->src[0].pack = QPU_UNPACK_16A + i; in qir_UNPACK_16_I()
758 assert(!dest.pack); in qir_PACK_8_F()
759 dest.pack = QPU_PACK_MUL_8A + chan; in qir_PACK_8_F()
767 c->defs[dest.index]->dst.pack = QPU_PACK_MUL_8888; in qir_PACK_8888_F()
/third_party/lame/Dll/
H A DBladeMP3EncDLL.h30 #pragma pack(push)
31 #pragma pack(1)
277 #pragma pack(pop)
/third_party/python/Lib/idlelib/
H A Dpercolator.py105 text.pack()
108 cb1.pack()
111 cb2.pack()
H A Dconfig_key.py87 basic_title.pack(anchor='w')
92 basic_keys.pack(ipadx=5, ipady=5, fill='x')
143 advanced_title.pack(anchor='w')
146 self.advanced_keys.pack(fill='x')
320 frame.pack(side='top', expand=True, fill='both')
321 frame_buttons.pack(side='bottom', fill='x')
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.h65 const gl::PixelPackState &pack,
109 const gl::PixelPackState &pack,
117 const gl::PixelPackState &pack,
/third_party/mesa3d/src/util/tests/format/
H A Du_format_test.c281 const struct util_format_pack_description *pack = in test_format_pack_rgba_float() local
306 pack->pack_rgba_float(packed, 0, in test_format_pack_rgba_float()
404 const struct util_format_pack_description *pack = in test_format_pack_rgba_8unorm() local
429 pack->pack_rgba_8unorm(packed, 0, in test_format_pack_rgba_8unorm()
500 const struct util_format_pack_description *pack = in test_format_pack_z_float() local
517 pack->pack_z_float(packed, 0, in test_format_pack_z_float()
578 const struct util_format_pack_description *pack = in test_format_pack_z_32unorm() local
596 pack->pack_z_32unorm(packed, 0, in test_format_pack_z_32unorm()
657 const struct util_format_pack_description *pack = in test_format_pack_s_8uint() local
675 pack in test_format_pack_s_8uint()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.h290 #define pack_for_each_init(init, pack, head) \
291 for (pack = head; pack && pack->init; pack++) \
292 for (init = pack->init; init && init->count; init++)
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.h312 #define pack_for_each_init(init, pack, head) \
313 for (pack = head; pack && pack->init; pack++) \
314 for (init = pack->init; init && init->count; init++)
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java463 String pack = null; in printResults()
469 if (!packageName.equals(pack)) { in printResults()
474 if (pack != null) { in printResults()
481 if (pack != null) { in printResults()
489 pack = packageName; in printResults()
522 if (pack != null) { in printResults()
/base/hiviewdfx/hiview_lite/
H A Dhiview_file.h69 #pragma pack(1)
95 #pragma pack()
/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader_version_2.cpp29 #pragma pack(1)
81 #pragma pack()
H A Dcontent_reader_version_1.cpp29 #pragma pack(1)
78 #pragma pack()
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h76 #pragma pack(4)
134 #pragma pack()
/kernel/linux/common_modules/newip/src/common/
H A Dnip_addr.h73 #pragma pack(1)
87 #pragma pack()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Darcturus_ppsmc.h27 #pragma pack(push, 1)
125 #pragma pack(pop)
H A Drv_ppsmc.h27 #pragma pack(push, 1)
92 #pragma pack(pop)
H A Dsmu8_fusion.h29 #pragma pack(push, 1)
133 #pragma pack(pop)
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_pptable.h26 #pragma pack(push, 1)
140 #pragma pack(pop)

Completed in 17 milliseconds

12345678910>>...33