OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueint
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/loader/
cJSON.h
57
int
valueint
; /* The item's number, if type==cJSON_Number */
member in struct:cJSON
181
((object) ? (object)->
valueint
= (object)->valuedouble = (val) : (val))
183
((object) ? (object)->
valueint
= (object)->valuedouble = (val) : (val))
cJSON.c
128
item->
valueint
= (int)n;
192
} else if (fabs(((double)item->
valueint
) - d) <= DBL_EPSILON &&
200
sprintf(str, "%d", item->
valueint
);
540
item->
valueint
= 1;
[
all
...]
Completed in 445 milliseconds