Home
last modified time | relevance | path

Searched defs:base_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-port/default/
Ddefault-module.c145 char *base_p = dirname (base_file_p); in jerry_port_normalize_path() local
/third_party/astc-encoder/Source/
Dstb_image_write.h1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2000 ecma_op_object_is_prototype_of (ecma_object_t *base_p, /**< base object */ in ecma_op_object_is_prototype_of()