/third_party/ffmpeg/libavcodec/ |
H A D | dvbsubenc.c | 277 int page_id, region_id, clut_id, object_id, i, bpp_index, page_state; in dvbsub_encode() local 412 bytestream_put_be16(&q, region_id); /* object_id == region_id */ in dvbsub_encode() 422 for (object_id = 0; object_id < h->num_rects; object_id++) { in dvbsub_encode() 431 if (h->rects[object_id]->nb_colors <= 4) { in dvbsub_encode() 434 } else if (h->rects[object_id]->nb_colors <= 16) { in dvbsub_encode() 437 } else if (h->rects[object_id]->nb_colors <= 256) { in dvbsub_encode() 451 bytestream_put_be16(&q, object_id); in dvbsub_encode() 467 h->rects[object_id] in dvbsub_encode() [all...] |
H A D | dvbsubdec.c | 57 int object_id; member 144 static DVBSubObject* get_object(DVBSubContext *ctx, int object_id) in get_object() argument 148 while (ptr && ptr->id != object_id) { in get_object() 185 object = get_object(ctx, display->object_id); in delete_region_display_list() 987 int object_id; in dvbsub_parse_object_segment() local 994 object_id = AV_RB16(buf); in dvbsub_parse_object_segment() 997 object = get_object(ctx, object_id); in dvbsub_parse_object_segment() 1148 int region_id, object_id; in dvbsub_parse_region_segment() local 1239 object_id = AV_RB16(buf); in dvbsub_parse_region_segment() 1242 object = get_object(ctx, object_id); in dvbsub_parse_region_segment() [all...] |
/third_party/node/src/inspector/ |
H A D | main_thread_interface.cc | 42 CreateObjectRequest(int object_id, Factory factory) in CreateObjectRequest() argument 43 : object_id_(object_id), factory_(std::move(factory)) {} in CreateObjectRequest() 55 std::unique_ptr<Request> NewCreateRequest(int object_id, Factory factory) { in NewCreateRequest() argument 57 new CreateObjectRequest<Factory>(object_id, std::move(factory))); in NewCreateRequest() 62 explicit DeleteRequest(int object_id) : object_id_(object_id) {} in DeleteRequest() argument 90 std::shared_ptr<MainThreadHandle> thread, int object_id) in AnotherThreadObjectReference() 91 : thread_(thread), object_id_(object_id) {} in AnotherThreadObjectReference() 182 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int object_id) in ThreadSafeDelegate() argument 183 : thread_(thread), delegate_(thread, object_id) {} in ThreadSafeDelegate() 89 AnotherThreadObjectReference( std::shared_ptr<MainThreadHandle> thread, int object_id) AnotherThreadObjectReference() argument [all...] |
H A D | tracing_agent.cc | 33 CreateFrontendWrapperRequest(int object_id, in CreateFrontendWrapperRequest() argument 35 : object_id_(object_id) { in CreateFrontendWrapperRequest() 50 explicit DestroyFrontendWrapperRequest(int object_id) in DestroyFrontendWrapperRequest() argument 51 : object_id_(object_id) {} in DestroyFrontendWrapperRequest() 63 explicit SendMessageRequest(int object_id, const std::string& message) in SendMessageRequest() argument 64 : object_id_(object_id), message_(message) {} in SendMessageRequest()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | object_id.c | 2 * object_id.c - Processing of object ids 54 #include "object_id.h" 115 } object_id; member 142 const OBJECT_ID_ATTR *object_id) in set_object_id_index() 165 memcpy(&indx.key.object_id,object_id,sizeof(GUID)); in set_object_id_index() 169 &object_id->birth_volume_id,sizeof(GUID)); in set_object_id_index() 171 &object_id->birth_object_id,sizeof(GUID)); in set_object_id_index() 173 &object_id->domain_id,sizeof(GUID)); in set_object_id_index() 215 * Merge object_id dat 141 set_object_id_index(ntfs_inode *ni, ntfs_index_context *xo, const OBJECT_ID_ATTR *object_id) set_object_id_index() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_composite_insert.cpp | 29 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, in TransformationCompositeInsert() 35 message_.set_object_id(object_id); in TransformationCompositeInsert() 64 // The instruction having the id of |message_.object_id| must be defined. in IsApplicable() 66 ir_context->get_def_use_mgr()->GetDef(message_.object_id()); in IsApplicable() 78 // The type id of the object having |message_.object_id| and the type id of in IsApplicable() 91 // |message_.composite_id| and |message_.object_id| must be available before in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable() 118 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.object_id()}}); in Apply() 238 *ir_context->get_def_use_mgr()->GetDef(message_.object_id()))) { in AddDataSynonymFacts() 240 MakeDataDescriptor(message_.object_id(), {}), in AddDataSynonymFacts() 27 TransformationCompositeInsert( const protobufs::InstructionDescriptor& instruction_to_insert_before, uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, const std::vector<uint32_t>& index) TransformationCompositeInsert() argument [all...] |
H A D | transformation_composite_insert.h | 33 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, 51 // |composite_id| by inserting |object_id| at the specified |index|.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_composite_insert.cpp | 29 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, in TransformationCompositeInsert() 35 message_.set_object_id(object_id); in TransformationCompositeInsert() 64 // The instruction having the id of |message_.object_id| must be defined. in IsApplicable() 66 ir_context->get_def_use_mgr()->GetDef(message_.object_id()); in IsApplicable() 78 // The type id of the object having |message_.object_id| and the type id of in IsApplicable() 91 // |message_.composite_id| and |message_.object_id| must be available before in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable() 118 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.object_id()}}); in Apply() 238 *ir_context->get_def_use_mgr()->GetDef(message_.object_id()))) { in AddDataSynonymFacts() 240 MakeDataDescriptor(message_.object_id(), {}), in AddDataSynonymFacts() 27 TransformationCompositeInsert( const protobufs::InstructionDescriptor& instruction_to_insert_before, uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, const std::vector<uint32_t>& index) TransformationCompositeInsert() argument [all...] |
H A D | transformation_composite_insert.h | 33 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, 51 // |composite_id| by inserting |object_id| at the specified |index|.
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_composite_insert.cpp | 29 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, in TransformationCompositeInsert() 35 message_.set_object_id(object_id); in TransformationCompositeInsert() 64 // The instruction having the id of |message_.object_id| must be defined. in IsApplicable() 66 ir_context->get_def_use_mgr()->GetDef(message_.object_id()); in IsApplicable() 78 // The type id of the object having |message_.object_id| and the type id of in IsApplicable() 91 // |message_.composite_id| and |message_.object_id| must be available before in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable() 118 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.object_id()}}); in Apply() 238 *ir_context->get_def_use_mgr()->GetDef(message_.object_id()))) { in AddDataSynonymFacts() 240 MakeDataDescriptor(message_.object_id(), {}), in AddDataSynonymFacts() 27 TransformationCompositeInsert( const protobufs::InstructionDescriptor& instruction_to_insert_before, uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, const std::vector<uint32_t>& index) TransformationCompositeInsert() argument [all...] |
H A D | transformation_composite_insert.h | 33 uint32_t fresh_id, uint32_t composite_id, uint32_t object_id, 51 // |composite_id| by inserting |object_id| at the specified |index|.
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 58 PA_MODULE_USAGE("object_id=<the CoreAudio device id> " 64 "object_id", 79 AudioObjectID object_id; member 145 pa_assert(device == u->object_id); in io_render_proc() 214 err = AudioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &v); in get_latency_us() 223 err = AudioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &v); in get_latency_us() 232 err = AudioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &v); in get_latency_us() 242 err = AudioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &stream_id); in get_latency_us() 274 AudioDeviceStart(u->object_id, u->proc_id); in ca_device_check_device_state() 276 AudioDeviceStop(u->object_id, in ca_device_check_device_state() [all...] |
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | basic.rb | 324 assert l.object_id != l2.object_id 348 assert m.repeated_int32.object_id == l.object_id 409 assert l2[0].object_id == l[0].object_id 413 assert l2[0].object_id != l[0].object_id 688 assert m.object_id != m2.object_id [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator.h | 167 ObjectStateInfo(uint32_t object_id, int size) in ObjectStateInfo() 168 : std::pair<uint32_t, int>(object_id, size) {} in ObjectStateInfo() 169 uint32_t object_id() const { return first; } in object_id() function 177 TypedObjectStateInfo(uint32_t object_id, in TypedObjectStateInfo() 179 : std::pair<uint32_t, const ZoneVector<MachineType>*>(object_id, in TypedObjectStateInfo() 181 uint32_t object_id() const { return first; } in object_id() function 540 const Operator* ObjectState(uint32_t object_id, int pointer_slots); 541 const Operator* TypedObjectState(uint32_t object_id,
|
H A D | common-operator.cc | 180 return os << "id:" << i.object_id() << ", size:" << i.size(); in operator <<() 184 return base::hash_combine(p.object_id(), p.size()); in hash_value() 188 return os << "id:" << i.object_id() << ", " << i.machine_types(); in operator <<() 192 return base::hash_combine(p.object_id(), p.machine_types()); in hash_value() 1272 const Operator* CommonOperatorBuilder::ObjectId(uint32_t object_id) { in ObjectId() argument 1277 object_id); // parameter in ObjectId() 1432 const Operator* CommonOperatorBuilder::ObjectState(uint32_t object_id, in ObjectState() argument 1438 ObjectStateInfo{object_id, pointer_slots}); // parameter in ObjectState() 1442 uint32_t object_id, const ZoneVector<MachineType>* types) { in TypedObjectState() 1447 TypedObjectStateInfo(object_id, type in TypedObjectState() 1441 TypedObjectState( uint32_t object_id, const ZoneVector<MachineType>* types) TypedObjectState() argument [all...] |
/third_party/protobuf/ruby/tests/ |
H A D | common_tests.rb | 238 assert l.object_id != l2.object_id 258 assert m.repeated_int32.object_id == l.object_id 309 assert l2[0].object_id == l[0].object_id 313 assert l2[0].object_id != l[0].object_id 551 assert m.object_id != m2.object_id [all...] |
/third_party/libdrm/ |
H A D | xf86drmMode.c | 1238 uint32_t object_id, in drmModeObjectGetProperties() 1247 properties.obj_id = object_id; in drmModeObjectGetProperties() 1307 drm_public int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, in drmModeObjectSetProperty() argument 1315 prop.obj_id = object_id; in drmModeObjectSetProperty() 1324 uint32_t object_id; member 1428 uint32_t object_id, in drmModeAtomicAddProperty() 1435 if (object_id == 0 || property_id == 0) in drmModeAtomicAddProperty() 1451 req->items[req->cursor].object_id = object_id; in drmModeAtomicAddProperty() 1475 if (first->object_id ! in sort_req_list() 1237 drmModeObjectGetProperties(int fd, uint32_t object_id, uint32_t object_type) drmModeObjectGetProperties() argument 1427 drmModeAtomicAddProperty(drmModeAtomicReqPtr req, uint32_t object_id, uint32_t property_id, uint64_t value) drmModeAtomicAddProperty() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | eliminate_dead_members_pass.cpp | 135 uint32_t object_id = inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForStore() local 136 Instruction* object_inst = context()->get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForStore() 267 uint32_t object_id = inst->GetSingleWordInOperand(0); in MarkMembersAsLiveForArrayLength() local 268 Instruction* object_inst = get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForArrayLength() 551 uint32_t object_id = inst->GetSingleWordInOperand(first_operand); in UpdateCompsiteExtract() local 552 Instruction* object_inst = get_def_use_mgr()->GetDef(object_id); in UpdateCompsiteExtract()
|
H A D | vector_dce.cpp | 159 uint32_t object_id = in MarkInsertUsesAsLive() local 161 Instruction* object_inst = def_use_mgr->GetDef(object_id); in MarkInsertUsesAsLive() 376 uint32_t object_id = in RewriteInsertInstruction() local 378 context()->ReplaceAllUsesWith(current_inst->result_id(), object_id); in RewriteInsertInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | eliminate_dead_members_pass.cpp | 135 uint32_t object_id = inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForStore() local 136 Instruction* object_inst = context()->get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForStore() 267 uint32_t object_id = inst->GetSingleWordInOperand(0); in MarkMembersAsLiveForArrayLength() local 268 Instruction* object_inst = get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForArrayLength() 551 uint32_t object_id = inst->GetSingleWordInOperand(first_operand); in UpdateCompsiteExtract() local 552 Instruction* object_inst = get_def_use_mgr()->GetDef(object_id); in UpdateCompsiteExtract()
|
H A D | vector_dce.cpp | 159 uint32_t object_id = in MarkInsertUsesAsLive() local 161 Instruction* object_inst = def_use_mgr->GetDef(object_id); in MarkInsertUsesAsLive() 376 uint32_t object_id = in RewriteInsertInstruction() local 378 context()->ReplaceAllUsesWith(current_inst->result_id(), object_id); in RewriteInsertInstruction()
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 161 CreateObjectRequest(int object_id, Factory factory) in CreateObjectRequest() argument 162 : object_id_(object_id), factory_(std::move(factory)) {} in CreateObjectRequest() 174 std::unique_ptr<Request> NewCreateRequest(int object_id, Factory factory) { in NewCreateRequest() argument 176 new CreateObjectRequest<Factory>(object_id, std::move(factory))); in NewCreateRequest() 181 explicit DeleteRequest(int object_id) : object_id_(object_id) {} in DeleteRequest() argument 209 std::shared_ptr<MainThreadHandle> thread, int object_id) in AnotherThreadObjectReference() 210 : thread_(thread), object_id_(object_id) {} in AnotherThreadObjectReference() 301 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int object_id) in ThreadSafeDelegate() argument 302 : thread_(thread), delegate_(thread, object_id) {} in ThreadSafeDelegate() 208 AnotherThreadObjectReference( std::shared_ptr<MainThreadHandle> thread, int object_id) AnotherThreadObjectReference() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | vector_dce.cpp | 157 uint32_t object_id = in MarkInsertUsesAsLive() local 159 Instruction* object_inst = def_use_mgr->GetDef(object_id); in MarkInsertUsesAsLive() 374 uint32_t object_id = in RewriteInsertInstruction() local 376 context()->ReplaceAllUsesWith(current_inst->result_id(), object_id); in RewriteInsertInstruction()
|
H A D | eliminate_dead_members_pass.cpp | 134 uint32_t object_id = inst->GetSingleWordInOperand(1); in MarkMembersAsLiveForStore() local 135 Instruction* object_inst = context()->get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForStore() 267 uint32_t object_id = inst->GetSingleWordInOperand(0); in MarkMembersAsLiveForArrayLength() local 268 Instruction* object_inst = get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForArrayLength() 551 uint32_t object_id = inst->GetSingleWordInOperand(first_operand); in UpdateCompsiteExtract() local 552 Instruction* object_inst = get_def_use_mgr()->GetDef(object_id); in UpdateCompsiteExtract()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 2202 uint32_t object_id; in ReadObject() local 2203 if (!deserializer_.ReadUint32(&object_id) || object_id > kMaxItemCount) { in ReadObject() 2207 if (object_id < current_object_count_) { in ReadObject() 2208 return objects_.get(object_id); in ReadObject() 2211 return AddDeferredReference(container, index, OBJECT_ID, object_id); in ReadObject() 2274 uint32_t object_id; in ReadFunctionPrototype() local 2276 if (!deserializer_.ReadUint32(&object_id) || object_id > kMaxItemCount + 1) { in ReadFunctionPrototype() 2280 if (object_id in ReadFunctionPrototype() [all...] |