Home
last modified time | relevance | path

Searched refs:cp_value (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem.h227 #define JMEM_CP_GET_NON_NULL_POINTER(type, cp_value) \ argument
228 ((type *) (jmem_decompress_pointer (cp_value)))
233 #define JMEM_CP_GET_POINTER(type, cp_value) \ argument
234 …(((JERRY_UNLIKELY ((cp_value) == JMEM_CP_NULL)) ? NULL : JMEM_CP_GET_NON_NULL_POINTER (type, cp_va…
240 #define JMEM_CP_SET_NON_NULL_POINTER(cp_value, non_compressed_pointer) \ argument
241 (cp_value) = jmem_compress_pointer (non_compressed_pointer)
247 #define JMEM_CP_SET_POINTER(cp_value, non_compressed_pointer) \ argument
254 (cp_value) = JMEM_CP_NULL; \
258 JMEM_CP_SET_NON_NULL_POINTER (cp_value, ptr_value); \
266 #define JMEM_CP_SET_NON_NULL_POINTER_TAG(cp_value, pointer, tag) \ argument
[all …]
/third_party/libxml2/result/noent/
Dintsubset2.xml.sax256 SAX.elementDecl(cp_value, 3, ...)
58 The cp_value contains the codepoint of the character in a particular
61 SAX.attributeDecl(cp_value, cp_type, 1, 2, NULL, ...)
/third_party/libxml2/result/
Dintsubset2.xml.sax56 SAX.elementDecl(cp_value, 3, ...)
58 The cp_value contains the codepoint of the character in a particular
61 SAX.attributeDecl(cp_value, cp_type, 1, 2, NULL, ...)
Dintsubset2.xml.sax256 SAX.elementDecl(cp_value, 3, ...)
58 The cp_value contains the codepoint of the character in a particular
61 SAX.attributeDecl(cp_value, cp_type, 1, 2, NULL, ...)