/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | UVector32.java | 46 private int[] buffer = new int[32]; global() field in UVector32 [all...] |
H A D | UVector64.java | 46 private long[] buffer = new long[32]; global() field in UVector64 [all...] |
/third_party/icu/icu4c/source/samples/csdet/ |
H A D | csdet.c | 22 static char buffer[BUFFER_SIZE]; in main() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | unumberrangeformattertst.c | 182 char buffer[CAPACITY]; in TestGetDecimalNumbers() local
|
/third_party/icu/icu4c/source/common/ |
H A D | charstr.h | 175 MaybeStackArray<char, 40> buffer; global() member in CharString [all...] |
H A D | cmemory.cpp | 66 uprv_realloc(void * buffer, size_t size) { in uprv_realloc() argument 90 uprv_free(void *buffer) { in uprv_free() argument [all...] |
/third_party/NuttX/drivers/bch/ |
H A D | bch.h | 59 uint8_t *buffer; /* One sector buffer */ member
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_symlink.c | 41 char buffer[PATH_MAX] = {0};
in follow_symlink() local
|
/third_party/icu/tools/colprobe/ |
H A D | uprinter.cpp | 98 UChar buffer[4000]; in log() local
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | test-conversions.cc | 42 char buffer[kBufferSize]; in TEST() local 286 char buffer[kBufferSize]; in TEST() local 442 char buffer[kBufferSize]; in TEST() local 789 char buffer[kBufferSize]; in TEST() local 973 char buffer[kBufferSize]; in TEST() local 1267 char buffer[kBufferSize]; TEST() local [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | CalculateCRC32.java | 54 public static int computeCRC32(String buffer) { in computeCRC32() argument 58 public static int computeCRC32(byte buffer[]) { in computeCRC32() argument 62 public static int computeCRC32(String buffer, int crc){ in computeCRC32() argument 66 public static int computeCRC32(byte buffer[], int crc) { in computeCRC32() argument 70 public static int computeCRC32(byte buffer[], in argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | UVector64.java | 50 private long[] buffer = new long[32]; global() field in UVector64 [all...] |
H A D | UVector32.java | 50 private int[] buffer = new int[32]; global() field in UVector32 [all...] |
/third_party/libuv/test/ |
H A D | test-platform-output.c | 28 char buffer[512]; in TEST_IMPL() local [all...] |
H A D | test-udp-try-send.c | 83 static char buffer[64 * 1024]; in TEST_IMPL() local
|
H A D | test-process-title.c | 28 char buffer[512]; in set_title() local 45 char buffer[512]; in uv_get_process_title_edge_cases() local [all...] |
H A D | test-signal-pending-on-close.c | 62 uv_buf_t buffer; in TEST_IMPL() local
|
H A D | run-tests.c | 147 char buffer[256]; in maybe_run_test() local
|
/third_party/libuv/src/unix/ |
H A D | os390-proctitle.c | 105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() argument
|
H A D | proctitle.c | 127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() argument
|
/third_party/libwebsockets/lib/core/ |
H A D | alloc.c | 48 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc() argument 53 TEE_Free(void *buffer) in TEE_Free() argument 66 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc() argument 71 TEE_Free(void *buffer) in TEE_Free() argument
|
/third_party/jerryscript/jerry-main/ |
H A D | main-unix-test.c | 33 static uint8_t buffer[ JERRY_BUFFER_SIZE ]; variable
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry-debugger.c | 192 jerry_debugger_send_output (const jerry_char_t *buffer, /**< buffer */ in jerry_debugger_send_output() argument 213 jerry_debugger_send_log(jerry_log_level_t level, const jerry_char_t *buffer, jerry_size_t str_size) jerry_debugger_send_log() argument
|
/third_party/jerryscript/targets/esp8266/user/ |
H A D | jerry_extapi.c | 59 char *buffer; in DELCARE_HANDLER() local
|
/third_party/littlefs/bd/ |
H A D | lfs_filebd.c | 65 lfs_filebd_read(const struct lfs_config *cfg, lfs_block_t block, lfs_off_t off, void *buffer, lfs_size_t size) lfs_filebd_read() argument 101 lfs_filebd_prog(const struct lfs_config *cfg, lfs_block_t block, lfs_off_t off, const void *buffer, lfs_size_t size) lfs_filebd_prog() argument
|