Searched refs:base_p (Results 1 – 4 of 4) sorted by relevance
145 char *base_p = dirname (base_file_p); in jerry_port_normalize_path() local146 strncpy (path_p, base_p, MAX_JERRY_PATH_SIZE); in jerry_port_normalize_path()
70 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);
2000 ecma_op_object_is_prototype_of (ecma_object_t *base_p, /**< base object */ in ecma_op_object_is_prototype_of() argument2032 if (target_p == base_p) in ecma_op_object_is_prototype_of()
1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local1543 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() local1581 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()