| /third_party/libunwind/libunwind/tests/ |
| H A D | Gperf-simple.c | 58 measure_unwind (int maxlevel, double *step) in measure_unwind() argument 93 g1 (int level, int maxlevel, double *step) in g1() argument 103 f1 (int level, int maxlevel, double *step) in f1() argument 115 double step, min_step, first_step, sum_step; in doit() local [all...] |
| H A D | Gperf-trace.c | 58 measure_unwind (int maxlevel, double *step) in measure_unwind() argument 79 g1 (int level, int maxlevel, double *step) in g1() argument 89 f1 (int level, int maxlevel, double *step) in f1() argument 101 double step, min_step, first_step, sum_step; in doit() local [all...] |
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-property-hashmap.c | 160 uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS - 1)]; in ecma_property_hashmap_create() local 244 uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS - 1)]; in ecma_property_hashmap_insert() local 316 uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS - 1)]; in ecma_property_hashmap_delete() local 411 uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS - 1)]; in ecma_property_hashmap_find() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_pake.c | 282 mbedtls_psa_pake_output_internal( mbedtls_psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_pake_output_internal() argument 391 mbedtls_psa_pake_output(mbedtls_psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_pake_output() argument 403 mbedtls_psa_pake_input_internal( mbedtls_psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, const uint8_t *input, size_t input_length) mbedtls_psa_pake_input_internal() argument 510 mbedtls_psa_pake_input(mbedtls_psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, const uint8_t *input, size_t input_length) mbedtls_psa_pake_input() argument [all...] |
| /third_party/musl/src/regex/ |
| H A D | fnmatch.c | 29 static int str_next(const char *str, size_t n, size_t *step) in str_next() argument 49 static int pat_next(const char *pat, size_t m, size_t *step, int flags) in pat_next() argument [all...] |
| /third_party/node/deps/brotli/c/dec/ |
| H A D | huffman.c | 111 int step; /* step size to replicate values in current table */ in BrotliBuildCodeLengthsHuffmanTable() local 80 ReplicateValue(HuffmanCode* table, int step, int end, HuffmanCode code) ReplicateValue() argument 181 int step; /* step size to replicate values in current table */ BrotliBuildHuffmanTable() local [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_query.c | 263 uint32_t step = (flags & VK_QUERY_RESULT_64_BIT) ? in dzn_GetQueryPoolResults() local
|
| /third_party/libdrm/tests/modetest/ |
| H A D | cursor.c | 77 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) in set_cursor() argument 90 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) in move_cursor() argument 144 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)]; in cursor_thread_func() local [all...] |
| /third_party/ltp/testcases/realtime/func/async_handler/ |
| H A D | async_handler_tsc.c | 69 atomic_t step; variable [all...] |
| H A D | async_handler.c | 60 atomic_t step; variable [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_context.h | 74 rbug_block_t step; member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_draw.c | 196 unsigned step = step_tbl[pinfo->mode]; variable
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | CompilerPerf.cpp | 304 void CompilerPerfTest::step() in step() function in __anon20259::CompilerPerfTest
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | alpha_processing_mips_dsp_r2.c | 135 const int step = 4; in PackARGB_MIPSdspR2() local 171 PackRGB_MIPSdspR2(const uint8_t* r, const uint8_t* g, const uint8_t* b, int len, int step, uint32_t* out) PackRGB_MIPSdspR2() argument
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | huffman.c | 111 int step; /* step size to replicate values in current table */ in BrotliBuildCodeLengthsHuffmanTable() local 80 ReplicateValue(HuffmanCode* table, int step, int end, HuffmanCode code) ReplicateValue() argument 181 int step; /* step size to replicate values in current table */ BrotliBuildHuffmanTable() local [all...] |
| /third_party/openssl/test/ |
| H A D | cmsapitest.c | 294 const int step = 256; in read_all() local
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | asyncAwaitIsolatedModules_es5.js | 49 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function
|
| H A D | asyncAwait_es5.js | 55 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function
|
| H A D | dependentDestructuredVariables.js | 398 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function
|
| /third_party/vixl/test/ |
| H A D | test-invalset.cc | 254 unsigned step = 0; in TEST() local 323 unsigned step = 0; in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | randen_engine.h | 151 uint64_t step = std::min<uint64_t>(kStateSizeT - next_, count); in discard() local
|
| /third_party/skia/gm/ |
| H A D | animated_image_orientation.cpp | 68 AnimatedImageGM(const char* path, const char* name, int step, SkIRect cropRect) in AnimatedImageGM() argument
|
| /third_party/skia/experimental/lowp-basic/ |
| H A D | bilerp-study.cpp | 94 const int step = 1; in check_bilerp() local
|
| /third_party/skia/infra/bots/recipe_modules/flavor/ |
| H A D | api.py | 81 def step(self, name, cmd, **kwargs): member in SkiaFlavorApi
|
| /third_party/skia/bench/ |
| H A D | RotatedRectBench.cpp | 45 static inline SkColor advance_color(SkColor old, ColorType ct, int step) { in advance_color() argument
|