Home
last modified time | relevance | path

Searched refs:p_component (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/bitstream/bitstream-1.5/scte/
H A D35.h422 static inline uint8_t scte35_insert_component_get_component_tag(const uint8_t *p_component) in scte35_insert_component_get_component_tag() argument
424 return p_component[0]; in scte35_insert_component_get_component_tag()
427 static inline void scte35_insert_component_set_component_tag(uint8_t *p_component, uint8_t i_compon… in scte35_insert_component_set_component_tag() argument
429 p_component[0] = i_component_tag; in scte35_insert_component_set_component_tag()
432 static inline uint8_t *scte35_insert_component_get_splice_time(const uint8_t *p_component) in scte35_insert_component_get_splice_time() argument
434 return (uint8_t *)p_component + SCTE35_INSERT_COMPONENT_HEADER_SIZE; in scte35_insert_component_get_splice_time()
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/jsonsl/
H A Djsonsl.c954 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
955 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
971 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
981 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
983 if (p_component->idx != nkey) { in jsonsl_jpr_match()
995 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1005 if (p_component->len != nkey) { in jsonsl_jpr_match()
1010 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/graphics/ospray/ospray-2.8.0/ospray/fb/frame_ops/
H A DSSAO.h75 vec3f p_component = in applySSAO() local
79 (AffineSpace3f(cameraModelRot.transposed(), p_component)); in applySSAO()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/jsonsl/
H A Djsonsl.c1064 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
1065 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
1081 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
1091 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
1093 if (p_component->idx != nkey) { in jsonsl_jpr_match()
1105 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1115 if (p_component->len != nkey) { in jsonsl_jpr_match()
1120 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Djsonsl.c1062 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
1063 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
1079 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
1089 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
1091 if (p_component->idx != nkey) { in jsonsl_jpr_match()
1103 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1113 if (p_component->len != nkey) { in jsonsl_jpr_match()
1118 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/devel/libbson/libbson-1.8.1/src/jsonsl/
H A Djsonsl.c1062 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
1063 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
1079 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
1089 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
1091 if (p_component->idx != nkey) { in jsonsl_jpr_match()
1103 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1113 if (p_component->len != nkey) { in jsonsl_jpr_match()
1118 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Djsonsl.c1062 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
1063 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
1079 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
1089 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
1091 if (p_component->idx != nkey) { in jsonsl_jpr_match()
1103 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1113 if (p_component->len != nkey) { in jsonsl_jpr_match()
1118 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Djsonsl.c1062 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
1063 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
1079 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
1089 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
1091 if (p_component->idx != nkey) { in jsonsl_jpr_match()
1103 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1113 if (p_component->len != nkey) { in jsonsl_jpr_match()
1118 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Djsonsl.c1062 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
1063 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
1079 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
1089 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
1091 if (p_component->idx != nkey) { in jsonsl_jpr_match()
1103 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1113 if (p_component->len != nkey) { in jsonsl_jpr_match()
1118 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Djsonsl.c1062 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
1063 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
1079 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
1089 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
1091 if (p_component->idx != nkey) { in jsonsl_jpr_match()
1103 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1113 if (p_component->len != nkey) { in jsonsl_jpr_match()
1118 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Djsonsl.c1062 struct jsonsl_jpr_component_st *p_component; in jsonsl_jpr_match() local
1063 p_component = jpr->components + parent_level; in jsonsl_jpr_match()
1079 if (p_component->ptype == JSONSL_PATH_WILDCARD) { in jsonsl_jpr_match()
1089 if (p_component->ptype == JSONSL_PATH_NUMERIC) { in jsonsl_jpr_match()
1091 if (p_component->idx != nkey) { in jsonsl_jpr_match()
1103 } else if (p_component->is_arridx) { in jsonsl_jpr_match()
1113 if (p_component->len != nkey) { in jsonsl_jpr_match()
1118 cmpret = strncmp(p_component->pstr, key, nkey); in jsonsl_jpr_match()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/import/
H A Deditor_scene_importer_gltf.h81 String _get_component_type_name(const uint32_t p_component);
94 String _get_type_name(const GLTFType p_component);
H A Deditor_scene_importer_gltf.cpp546 String EditorSceneImporterGLTF::_get_component_type_name(const uint32_t p_component) { in _get_component_type_name() argument
548 switch (p_component) { in _get_component_type_name()
560 String EditorSceneImporterGLTF::_get_type_name(const GLTFType p_component) { in _get_type_name() argument
572 return names[p_component]; in _get_type_name()
/dports/devel/godot/godot-3.2.3-stable/editor/import/
H A Deditor_scene_importer_gltf.h81 String _get_component_type_name(const uint32_t p_component);
94 String _get_type_name(const GLTFType p_component);
H A Deditor_scene_importer_gltf.cpp546 String EditorSceneImporterGLTF::_get_component_type_name(const uint32_t p_component) { in _get_component_type_name() argument
548 switch (p_component) { in _get_component_type_name()
560 String EditorSceneImporterGLTF::_get_type_name(const GLTFType p_component) { in _get_type_name() argument
572 return names[p_component]; in _get_type_name()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-44/
H A Dstep-44.cc951 static const unsigned int p_component = dim; member in Step44::Solid
1068 , p_fe(p_component) in Solid()
1504 block_component[p_component] = p_dof; // Pressure in system_setup()
1572 if (((ii < p_component) && (jj == J_component)) || in system_setup()
1573 ((ii == J_component) && (jj < p_component)) || in system_setup()
1574 ((ii == p_component) && (jj == p_component))) in system_setup()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DTmpGPoly.C488 ReductorData::ReductorData(GPoly* p, const long p_component, const long count): in ReductorData() argument
493 myComponent=p_component; in ReductorData()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DTmpGPoly.C488 ReductorData::ReductorData(GPoly* p, const long p_component, const long count): in ReductorData() argument
493 myComponent=p_component; in ReductorData()
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DTmpGPoly.H222 ReductorData(GPoly* p, long p_component, long count=0);
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DTmpGPoly.H222 ReductorData(GPoly* p, long p_component, long count=0);
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dtv/
H A Dbdadefs.h241 virtual HRESULT __stdcall Add( IComponent* p_component,
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dshapes.c108 static polygon_t p_component = { FALSE, 1, 4, 0., 0., 0., COMPONENT }; variable
257 {"component", &poly_fns, &p_component},