Searched refs:local_buf (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/product/hiupdate/ota_update/ |
D | ota_update.c | 403 char local_buf[VERSION_LEN] = {0}; in is_higher_version() local 417 !strcpy(local_buf, local_version)) { in is_higher_version() 423 local_head = strstr(local_buf, " "); in is_higher_version() 425 pkg_head - pkg_buf != local_head - local_buf || in is_higher_version() 426 strncmp(pkg_buf, local_buf, local_head - local_buf) != 0) { in is_higher_version()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | sequence_lock_test.cc | 64 absl::FixedArray<char> local_buf(buf_bytes_); in TEST_P() local 66 if (seq_lock.TryRead(local_buf.data(), protected_buf.data(), in TEST_P() 69 for (const auto& v : local_buf) { in TEST_P() 70 if (v != local_buf[0]) good = false; in TEST_P()
|
/third_party/quickjs/ |
D | quickjs.c | 16182 JSValue *local_buf, *stack_buf, *var_buf, *arg_buf, *sp, ret_val, *pval; in JS_CallInternal() local 16239 local_buf = arg_buf = sf->arg_buf; in JS_CallInternal() 16286 local_buf = alloca(alloca_size); in JS_CallInternal() 16289 arg_buf = local_buf; in JS_CallInternal() 16296 var_buf = local_buf + arg_allocated_size; in JS_CallInternal() 18699 for(pval = local_buf; pval < sp; pval++) { in JS_CallInternal()
|