Home
last modified time | relevance | path

Searched defs:ah (Results 1 – 25 of 181) sorted by relevance

12345678

/aosp_15_r20/external/executorch/runtime/core/portable_type/test/
H A Dhalf_test.cpp37 Half ah(af); in TEST() local
48 Half ah(af); in TEST() local
59 Half ah(af); in TEST() local
70 Half ah(af); in TEST() local
83 Half ah(af); in TEST() local
91 Half ah(af); in TEST() local
99 Half ah(af); in TEST() local
107 Half ah(af); in TEST() local
117 Half ah(af); in TEST() local
125 Half ah(af); in TEST() local
[all …]
/aosp_15_r20/external/tcpdump/
H A Dah.h58 struct ah { struct
59 nd_uint8_t ah_nxt; /* Next Header */ argument
60 nd_uint8_t ah_len; /* Payload Len in 32bit words minus 2 */ argument
61 nd_uint16_t ah_reserved; /* Reserved for future use */ argument
62 nd_uint32_t ah_spi; /* Security Parameters Index */ argument
63 nd_uint32_t ah_seq; /* Sequence Number Field */ argument
H A Dprint-ah.c40 const struct ah *ah; in ah_print() local
/aosp_15_r20/external/libwebsockets/lib/roles/http/
H A Dparsers.c45 struct allocated_headers *ah = lws_zalloc(sizeof(*ah), "ah struct"); in _lws_create_ah() local
68 _lws_destroy_ah(struct lws_context_per_thread *pt, struct allocated_headers *ah) in _lws_destroy_ah()
89 _lws_header_table_reset(struct allocated_headers *ah) in _lws_header_table_reset()
111 struct allocated_headers *ah = wsi->http.ah; in __lws_header_table_reset() local
309 struct allocated_headers *ah = wsi->http.ah; in __lws_header_table_detach() local
796 struct allocated_headers *ah = wsi->http.ah; in lws_parse_urldecode() local
1020 struct allocated_headers *ah = wsi->http.ah; in lws_parse() local
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/random/
H A DL128X128MixRandom.java136 private final long ah, al; field in L128X128MixRandom
158 public L128X128MixRandom(long ah, long al, long sh, long sl, long x0, long x1) { in L128X128MixRandom()
222 long ah = data[0], al = data[1], sh = data[2], sl = data[3], x0 = data[4], x1 = data[5]; in L128X128MixRandom() local
H A DL128X256MixRandom.java145 private final long ah, al; field in L128X256MixRandom
169 … public L128X256MixRandom(long ah, long al, long sh, long sl, long x0, long x1, long x2, long x3) { in L128X256MixRandom()
241 long ah = data[0], al = data[1], sh = data[2], sl = data[3], in L128X256MixRandom() local
H A DL128X1024MixRandom.java146 private final long ah, al; field in L128X1024MixRandom
185 public L128X1024MixRandom(long ah, long al, long sh, long sl, in L128X1024MixRandom()
283 long ah = data[0], al = data[1], sh = data[2], sl = data[3]; in L128X1024MixRandom() local
/aosp_15_r20/external/libwebsockets/lib/roles/h2/
H A Dhpack.c208 struct allocated_headers *ah = wsi->http.ah; in lws_frag_start() local
275 struct allocated_headers *ah = wsi->http.ah; in lws_frag_append() local
299 struct allocated_headers *ah = wsi->http.ah; in lws_hdr_extant() local
828 struct allocated_headers *ah = wsi->http.ah; in lws_hpack_interpret() local
H A Dops-h2.c644 struct allocated_headers *ah; in rops_destroy_role_h2() local
1274 struct allocated_headers *ah; in rops_alpn_negotiated_h2() local
/aosp_15_r20/external/coreboot/src/arch/arm/libgcc/
H A Dashldi3.S9 #define ah r0 macro
12 #define ah r1 macro
H A Dlshrdi3.S9 #define ah r0 macro
12 #define ah r1 macro
/aosp_15_r20/external/vboot_reference/futility/
H A Dfile_type_bios.c22 static void fmap_limit_area(FmapAreaHeader *ah, uint32_t len) in fmap_limit_area()
207 FmapAreaHeader *ah = NULL; in ft_show_bios() local
383 FmapAreaHeader *ah; in prepare_slot() local
H A Dcmd_dump_fmap.c56 const FmapAreaHeader *ah = (const FmapAreaHeader *) (fmh + 1); in normal_fmap() local
333 const FmapAreaHeader *ah = (FmapAreaHeader *) (fmh + 1); in human_fmap() local
H A Dcmd_gscvd.c227 static bool in_range(uint32_t offset, const FmapAreaHeader *ah) in in_range()
237 const FmapAreaHeader *ah) in range_fits()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h242 __m128i al, ah, dl, dh, sl, sh, rl, rh; in util_sse2_blend_premul_4() local
283 __m128i al, ah, dl, dh, sl, sh, rl, rh; in util_sse2_blend_srcalpha_4() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAudioHandle.java46 AudioHandle ah = (AudioHandle)o; in equals() local
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/
Dtypearith.h77 uint32_t ah, al, bh, bl; in _mpd_mul_words() local
335 uint16_t ah, al, bh, bl; in _mpd_mul_words() local
/aosp_15_r20/external/dnsmasq/src/
H A Dcache.c716 struct hostsfile* ah; in cache_reload() local
1012 struct hostsfile* ah; in record_source() local
/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_test_random.h63 unsigned int ah; member
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dfmap.c51 FmapAreaHeader *ah; in fmap_find_by_name() local
/aosp_15_r20/external/iputils/
H A Darping.c276 struct arphdr *ah = (struct arphdr*)buf; in send_pack() local
379 struct arphdr *ah = (struct arphdr*)buf; in recv_pack() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_dbg_win32_handles.h178 #define WaitForMultipleObjects(d1,ah,b,d2) \ argument
183 #define WaitForMultipleObjectsEx(d1,ah,b1,d2,b2) \ argument
/aosp_15_r20/cts/apps/CameraITS/tests/scene2_e/
H A Dtest_num_faces.py41 def check_face_bounding_box(rect, aw, ah, index): argument
/aosp_15_r20/cts/apps/CameraITS/tests/scene2_d/
H A Dtest_num_faces.py41 def check_face_bounding_box(rect, aw, ah, index): argument
/aosp_15_r20/external/pigweed/third_party/boringssl/
H A Dbuild_test.cc92 auto ah = in TEST() local

12345678