Home
last modified time | relevance | path

Searched defs:buf (Results 426 – 450 of 3042) sorted by relevance

1...<<11121314151617181920>>...122

/aosp12/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
H A DDadProxyTest.java150 final ByteBuffer buf = ByteBuffer.allocate(icmpLen + IPV6_HEADER_LEN + ETH_HEADER_LEN); in createDadPacket() local
229 private ByteBuffer copy(ByteBuffer buf) { in copy()
235 private void updateDstMac(ByteBuffer buf, MacAddress mac) { in updateDstMac()
239 private void updateSrcMac(ByteBuffer buf, InterfaceParams ifaceParams) { in updateSrcMac()
/aosp12/bionic/libc/tzcode/
H A Dstrptime.c117 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()
126 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime()
588 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) in _conv_num()
632 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t l) { in strptime_l()
/aosp12/system/bt/tools/bdtool/
H A Dadapter.c85 char buf[18]; in bond_state_changed() local
142 char buf[18]; in remote_device_properties() local
176 char buf[18]; in ssp_request() local
199 char buf[18]; in parse_properties() local
/aosp12/system/keymaster/android_keymaster/
H A Dserializable.cpp28 bool buffer_bound_check(const uint8_t* buf, const uint8_t* end, size_t len) { in buffer_bound_check()
36 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len) { in append_to_buf()
165 uint8_t* Buffer::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dfile_operator.c45 IAM_STATIC int32_t ReadFile(const char *fileName, uint8_t *buf, uint32_t len) in ReadFile()
67 IAM_STATIC int32_t WriteFile(const char *fileName, const uint8_t *buf, uint32_t len) in WriteFile()
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dmct_protocol.cpp59 char buf[bufsize] = {0}; in ReadEventData() local
105 char buf[bufsize] = {0}; in ReadAclData() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dwctob.c37 char buf[MB_LEN_MAX]; in wctob() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dgets.c41 gets(char *buf) in gets()
/aosp12/bionic/libc/bionic/
H A Dreadlink.cpp34 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink()
/aosp12/bionic/tests/
H A Dstring_posix_strerror_r_test.cpp41 char buf[256]; in TEST() local
H A Dnetdb_test.cpp198 char buf[512]; in TEST() local
220 char buf[512]; in TEST() local
249 char buf[512]; in TEST() local
271 char buf[4]; // Use too small buffer. in TEST() local
282 char buf[4]; // Use too small buffer. in TEST() local
294 char buf[4]; // Use too small buffer. in TEST() local
305 char buf[BUFSIZ]; in TEST() local
316 char buf[BUFSIZ]; in TEST() local
328 char buf[BUFSIZ]; in TEST() local
/aosp12/system/chre/chpp/services/
H A Dnonhandle.c37 void chppDispatchNonHandle(struct ChppAppState *context, uint8_t *buf, in chppDispatchNonHandle()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp394 static uint8_t * addVMLAL_S16(uint8_t *buf, uint32_t dest_q, uint32_t src_d1, uint32_t src_d2, uint… in addVMLAL_S16()
401 static uint8_t * addVMULL_S16(uint8_t *buf, uint32_t dest_q, uint32_t src_d1, uint32_t src_d2, uint… in addVMULL_S16()
408 static uint8_t * addVQADD_S32(uint8_t *buf, uint32_t dest_q, uint32_t src_q1, uint32_t src_q2) { in addVQADD_S32()
415 static uint8_t * addVMLAL_F32(uint8_t *buf, uint32_t dest_q, uint32_t src_d1, uint32_t src_d2, uint… in addVMLAL_F32()
422 static uint8_t * addVMULL_F32(uint8_t *buf, uint32_t dest_q, uint32_t src_d1, uint32_t src_d2, uint… in addVMULL_F32()
429 static uint8_t * addVORR_32(uint8_t *buf, uint32_t dest_q, uint32_t src_q1, uint32_t src_q2) { in addVORR_32()
436 static uint8_t * addVMOV_32(uint8_t *buf, uint32_t dest_q, uint32_t imm) { in addVMOV_32()
444 static uint8_t * addVADD_F32(uint8_t *buf, uint32_t dest_q, uint32_t src_q1, uint32_t src_q2) { in addVADD_F32()
494 uint8_t *buf = mBuf; in build() local
/aosp12/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifestReader.java38 private final byte[] buf; field in StrictJarManifestReader
50 public StrictJarManifestReader(byte[] buf, Attributes main) throws IOException { in StrictJarManifestReader()
/aosp12/system/extras/tests/pagingtest/
H A Dpagingtest.c20 void *buf; in create_tmp_file() local
112 bool check_caching(void *buf, unsigned char *vec, size_t size, bool is_cached) { in check_caching()
/aosp12/frameworks/rs/tests/cpp_api/cppbasic/
H A Dcompute.cpp56 uint32_t *buf = new uint32_t[t->getCount()]; in test_compute() local
85 int *buf = new int[t->getCount()]; in test_compute() local
/aosp12/frameworks/rs/tests/cpp_api/cppbasic-shared/
H A Dcompute.cpp56 uint32_t *buf = new uint32_t[t->getCount()]; in test_compute() local
85 int *buf = new int[t->getCount()]; in test_compute() local
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
H A DIpUtilsTest.java41 private int getUnsignedByte(ByteBuffer buf, int offset) { in getUnsignedByte()
45 private int getChecksum(ByteBuffer buf, int offset) { in getChecksum()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_wpa_sta_test.cpp365 char buf[] = "network id / ssid / bssid / flags\n" variable
397 char buf[] = "RSSI=-86\nLINKSPEED=1024\nNOISE=128\nFREQUENCY=5555\n"; variable
/aosp12/bionic/libc/dns/nameser/
H A Dns_print.c90 char *buf, size_t buflen) in ns_sprintrr()
112 char *buf, size_t buflen) in ns_sprintrrf()
1142 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) { in charstr()
1179 char **buf, size_t *buflen) in addname()
1222 addlen(size_t len, char **buf, size_t *buflen) { in addlen()
1229 addstr(const char *src, size_t len, char **buf, size_t *buflen) { in addstr()
1241 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { in addtab()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dcrash_event_logger.c140 int split_crash_dump_buffer(unsigned char *buf, const int len, in split_crash_dump_buffer()
202 unsigned char *buf; in split_crash_dump_file() local
240 void *buf = NULL; in dump_crash_log() local
306 void *buf = NULL; in dump_reg_access_hist_log() local
365 int ssr_split_bin(unsigned char *buf, int len, const char* time_stamp) { in ssr_split_bin()
423 unsigned char *buf = NULL; in ssr_split_crash_dump_file() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_if.c124 struct HdfSBuf *buf = NULL; in HdmiUserAvmuteSet() local
154 struct HdfSBuf *buf = NULL; in HdmiUserDeepColorSet() local
184 struct HdfSBuf *buf = NULL; in HdmiUserSetVideoAttribute() local
217 struct HdfSBuf *buf = NULL; in HdmiUserSetAudioAttribute() local
251 struct HdfSBuf *buf = NULL; in HdmiUserSetHdrAttribute() local
356 struct HdfSBuf *buf = NULL; in HdmiUserRegisterHpdCallbackFunc() local
/aosp12/system/core/libcutils/
H A Dfs.cpp134 char buf[BUF_SIZE]; in fs_read_atomic_int() local
165 char buf[BUF_SIZE]; in fs_write_atomic_int() local
210 char* buf = strdup(path); in fs_mkdirs() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_udp_transfer.cpp30 … int64_t (*func)(int fd, char *buf, size_t len, AlignedSockAddr &addr, socklen_t &lenAddr)) in ProcUdpData()
49 int64_t SendUdpWrapper(int32_t fd, char *buf, size_t len, AlignedSockAddr &addr, socklen_t &lenAddr) in SendUdpWrapper()
55 int64_t RecvUdpWrapper(int32_t fd, char *buf, size_t len, AlignedSockAddr &addr, socklen_t &lenAddr) in RecvUdpWrapper()
/aosp12/system/extras/sound/
H A Dplaywav.c39 int (*fill)(void *buf, unsigned sz, void *cookie), in pcm_play()
47 char buf[8192]; in pcm_play() local
128 int fill_buffer(void *buf, unsigned sz, void *cookie) in fill_buffer()
196 unsigned char buf[8192]; in wav_rec() local
299 char buf[64*1024]; in mp3_play() local

1...<<11121314151617181920>>...122