Home
last modified time | relevance | path

Searched defs:put_byte (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/fuzz/
Dfuzzer_compress.c25 #define put_byte(s, i, c) {s[i] = (unsigned char)(c);} macro
/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Ddeflate.h275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/zlib/
Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/zlib/
Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/zlib/
Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/external/zlib/
Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/zlib/
Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/zlib/
Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro

12