Home
last modified time | relevance | path

Searched defs:item (Results 1 – 10 of 10) sorted by relevance

/petsc/src/mat/tests/
H A DcJSON.c99 CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON *const item) in cJSON_GetStringValue()
106 CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON *const item) in cJSON_GetNumberValue()
217 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete()
258 static cJSON_bool parse_number(cJSON *const item, parse_buffer *const input_buffer) in parse_number()
445 static cJSON_bool print_number(const cJSON *const item, printbuffer *const output_buffer) in print_number()
624 static cJSON_bool parse_string(cJSON *const item, parse_buffer *const input_buffer) in parse_string()
828 static cJSON_bool print_string(const cJSON *const item, printbuffer *const p) in print_string()
883 cJSON *item = NULL; in cJSON_ParseWithLengthOpts() local
951 static unsigned char *print(const cJSON *const item, cJSON_bool format, const internal_hooks *const… in print()
997 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) in cJSON_Print()
[all …]
H A Dbench_spmv.c44 const cJSON *item = NULL; in ParseJSON() local
/petsc/src/sys/classes/bag/
H A Dbag.c8 static PetscErrorCode PetscBagRegister_Private(PetscBag bag, PetscBagItem item, const char *name, c… in PetscBagRegister_Private()
44 PetscBagItem item; in PetscBagRegisterEnum() local
99 PetscBagItem item; in PetscBagRegisterIntArray() local
150 PetscBagItem item; in PetscBagRegisterRealArray() local
201 PetscBagItem item; in PetscBagRegisterInt() local
248 PetscBagItem item; in PetscBagRegisterInt64() local
296 PetscBagItem item; in PetscBagRegisterBoolArray() local
351 PetscBagItem item; in PetscBagRegisterString() local
399 PetscBagItem item; in PetscBagRegisterReal() local
446 PetscBagItem item; in PetscBagRegisterScalar() local
[all …]
/petsc/src/sys/logging/utils/
H A Dstack.c85 PetscErrorCode PetscIntStackPush(PetscIntStack stack, int item) in PetscIntStackPush()
112 PetscErrorCode PetscIntStackPop(PetscIntStack stack, int *item) in PetscIntStackPop()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DOptions.pyx55 def __contains__(self, item): argument
58 def __getitem__(self, item): argument
61 def __setitem__(self, item, value): argument
64 def __delitem__(self, item): argument
/petsc/src/sys/objects/
H A Doptionsyaml.c53 for (yaml_node_item_t *item = SEQ(valnode).start; item < SEQ(valnode).top; item++) { in PetscParseLayerYAML() local
85 for (yaml_node_item_t *item = SEQ(valnode).start; item < SEQ(valnode).top; item++) { in PetscParseLayerYAML() local
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py240 def __getitem__(self, item): argument
243 def get(self, item, default=None): argument
861 def append(seq, item): argument
/petsc/src/ksp/pc/impls/tfs/
H A Divec.c545 PetscInt PCTFS_ivec_linear_search(PetscInt item, PetscInt *list, PetscInt n) in PCTFS_ivec_linear_search()
556 PetscInt PCTFS_ivec_binary_search(PetscInt item, PetscInt *list, PetscInt rh) in PCTFS_ivec_binary_search()
/petsc/include/petsc/private/
H A Dsectionimpl.h111 #define PetscSectionCheckValid_(description, item, nitems) \ argument
/petsc/src/sys/utils/
H A Dstr.c485 const char *item; in PetscStrInList() local