Home
last modified time | relevance | path

Searched refs:base_p (Results 1 – 4 of 4) 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
146 strncpy (path_p, base_p, MAX_JERRY_PATH_SIZE); in jerry_port_normalize_path()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.h70 ecma_value_t ecma_op_object_is_prototype_of (ecma_object_t *base_p, ecma_object_t *target_p);
89 ecma_value_t ecma_op_ordinary_object_set_prototype_of (ecma_object_t *base_p, ecma_value_t proto);
Decma-objects.c2000 ecma_op_object_is_prototype_of (ecma_object_t *base_p, /**< base object */ in ecma_op_object_is_prototype_of() argument
2032 if (target_p == base_p) in ecma_op_object_is_prototype_of()
/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
1543 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
1581 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()