/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/ |
D | test_aio.rs | 300 let wbuf = vec![0; 4]; in test_accessors() localVariable 326 let wbuf: &[u8] = b"CDEF"; in cancel() localVariable 353 let wbuf = "CDEF".to_string().into_bytes(); in ok() localVariable 383 let wbuf = "CDEF".to_string().into_bytes(); in on_stack() localVariable 416 let wbuf = "CDEF".to_string().into_bytes(); in error() localVariable 550 let wbuf: &[u8] = b"CDEF"; in test_aio_cancel_all() localVariable 640 let wbuf = []; in casting() localVariable 663 let wbuf = []; in casting_vectored() localVariable
|
/aosp_15_r20/packages/modules/adb/sysdeps/ |
D | env.cpp | 38 wchar_t wbuf[kMaxEnvVarSize]; in GetEnvironmentVariable() local 80 wchar_t wbuf[MAX_COMPUTERNAME_LENGTH + 1]; in GetHostNameUTF8() local 105 wchar_t wbuf[UNLEN + 1]; in GetLoginNameUTF8() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/write/ |
H A D | write04.c | 29 char wbuf[8 * page_size]; in verify_write() local 38 char wbuf[17 * page_size]; in setup() local
|
H A D | write03.c | 25 static char wbuf[BUFSIZ], rbuf[BUFSIZ]; variable
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | myreadline.c | 123 wchar_t *wbuf; in _PyOS_WindowsConsoleReadline() local 260 wchar_t *wbuf; in PyOS_StdioReadline() local
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | winconsoleio.c | 154 wchar_t wbuf; member 672 wchar_t *wbuf = read_console_w(handle, wlen, &n); in readinto() local 956 wchar_t *wbuf; in _io__WindowsConsoleIO_write_impl() local
|
/aosp_15_r20/external/trusty/musl/src/multibyte/ |
D | mbsnrtowcs.c | 6 wchar_t *ws, wbuf[256]; in mbsnrtowcs() local
|
/aosp_15_r20/external/musl/src/multibyte/ |
H A D | mbsnrtowcs.c | 6 wchar_t *ws, wbuf[256]; in mbsnrtowcs() local
|
/aosp_15_r20/external/liburing/test/ |
H A D | pipe-reuse.c | 18 char buf[BUFSIZE], wbuf[BUFSIZE]; in main() local
|
/aosp_15_r20/external/musl/src/time/ |
H A D | wcsftime.c | 11 wchar_t wbuf[100]; in __wcsftime_l() local
|
/aosp_15_r20/external/trusty/musl/src/time/ |
D | wcsftime.c | 11 wchar_t wbuf[100]; in __wcsftime_l() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio/asrc/ |
D | asrc_resampler.cc | 264 unsigned wbuf = idx < WSIZE / 2 || idx >= WSIZE + WSIZE / 2; in Upsample() local 301 unsigned wbuf = idx < WSIZE / 2 || idx >= WSIZE + WSIZE / 2; in Downsample() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/ |
H A D | InflaterOutputStream.java | 52 private final byte[] wbuf = new byte[1]; field in InflaterOutputStream
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/ |
D | InflaterOutputStream.java | 52 private final byte[] wbuf = new byte[1]; field in InflaterOutputStream
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/ |
D | InflaterOutputStream.java | 52 private final byte[] wbuf = new byte[1]; field in InflaterOutputStream
|
/aosp_15_r20/external/arm-optimized-routines/string/test/ |
H A D | memcpy.c | 49 static unsigned char wbuf[LEN + 2 * A]; variable
|
H A D | strcpy.c | 43 static char wbuf[LEN + 3 * ALIGN]; variable
|
H A D | stpcpy.c | 45 static char wbuf[LEN + 3 * ALIGN]; variable
|
H A D | memmove.c | 47 static unsigned char wbuf[LEN + 2 * A]; variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/pmc/ |
H A D | pmc_ipc.c | 81 enum cb_err pmc_send_ipc_cmd(uint32_t cmd, const struct pmc_ipc_buffer *wbuf, in pmc_send_ipc_cmd()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate06.c | 61 static char *wbuf, *rbuf; variable
|
/aosp_15_r20/external/curl/lib/ |
H A D | strerror.c | 784 wchar_t wbuf[256]; in get_winapi_error() local
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/ |
H A D | write_log.c | 197 char wbuf[WLOG_REC_MAX_SIZE + 2]; in wlog_record_write() local
|
/aosp_15_r20/external/libevent/test/ |
H A D | regress_iocp.c | 211 static struct evbuffer *rbuf = NULL, *wbuf = NULL; variable
|
/aosp_15_r20/external/flashrom/ |
H A D | ch341a_spi.c | 346 uint8_t wbuf[packets+1][CH341_PACKET_LENGTH]; in ch341a_spi_spi_send_command() local
|