HomeSort by relevance Sort by last modified time
    Searched defs:start_id (Results 1 - 10 of 10) sorted by null

  /system/libufdt/tests/src/
ufdt_gen_test_dts.c 123 static void output_ref_nodes(FILE *fp, int start_id, int count,
126 for (i = start_id; i < start_id + count; i++) {
145 int start_id = 0; local
146 output_ref_nodes(fp, start_id, params->append_num, "new_prop", "bar");
147 start_id += params->append_num;
148 output_ref_nodes(fp, start_id, params->override_num, "status", "okay");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xc_misc.h 86 uint32_t start_id; /**< */ member in struct:xcb_xc_misc_get_xid_range_reply_t
  /art/runtime/
runtime_callbacks_test.cc 176 jmethodID start_id = env->GetMethodID(WellKnownClasses::java_lang_Thread, "start", "()V"); local
177 ASSERT_TRUE(start_id != nullptr);
179 env->CallVoidMethod(thread.get(), start_id);
  /external/strace/
bpf.c 312 uint32_t start_id, next_id; member in struct:__anon35273
318 PRINT_FIELD_U("{", attr, start_id);
  /system/bt/stack/sdp/
sdp_utils.cc 780 uint16_t start_id = 0, end_id = 0; local
784 start_id = attr_seq->attr_entry[xx].start;
787 p_attr = sdp_db_find_attr_in_rec(p_rec, start_id, end_id);
792 if (start_id != end_id) {
794 start_id = p_attr->id + 1;
  /external/freetype/src/sfnt/
ttcmap.c 1814 FT_UInt32 n, start, end, start_id, count, last = 0; local
1895 FT_UInt32 start, end, start_id; local
1931 FT_UInt32 start, end, start_id; local
2281 FT_ULong n, start, end, start_id, last = 0; local
2323 FT_ULong start, end, start_id, char_code; local
2392 FT_UInt32 start, end, start_id; local
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 700 uint16_t start_id = 0; local
714 start_id = i + 1;
718 nack_length = size - start_id;
726 nack_last_seq_number_sent_ = nack_list[start_id + nack_length - 1];
729 GetFeedbackState(), kRtcpNack, nack_length, &nack_list[start_id]);
  /external/iproute2/include/uapi/linux/
bpf.h 241 __u32 start_id; member in union:bpf_attr::__anon21865::__anon21866
  /bionic/libc/kernel/uapi/linux/
bpf.h 205 __u32 start_id; member in union:bpf_attr::__anon492::__anon493
  /external/kernel-headers/original/uapi/linux/
bpf.h 294 __u32 start_id; member in union:bpf_attr::__anon22698::__anon22699

Completed in 1634 milliseconds