/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
vector-fst.h | 353 FstHeader hdr; local 354 if (!impl->ReadHeaderAndSymbols(strm, opts, kMinFileVersion, &hdr)) 356 impl->BaseImpl::SetStart(hdr.Start()); 357 impl->ReserveStates(hdr.NumStates()); 359 for (StateId s = 0; s < hdr.NumStates(); ++s) { 422 FstHeader hdr; local 423 hdr.SetStart(Start()); 424 hdr.SetNumStates(NumStates()); 425 WriteHeaderAndSymbols(strm, opts, kFileVersion, &hdr);
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | 541 struct radius_hdr *hdr = radius_msg_get_hdr(request); local 554 msg = radius_msg_new(code, hdr->identifier); 598 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator, 616 hdr->authenticator) < 0) { 634 struct radius_hdr *hdr = radius_msg_get_hdr(request); local 639 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier); 661 hdr->authenticator) < 812 struct radius_hdr *hdr; local 843 hdr = radius_msg_get_hdr(msg); 844 sess->last_identifier = hdr->identifier [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | 295 sys_enable_event->hdr.event = BTA_SYS_API_ENABLE_EVT; [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
elf.h | 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
|
/external/grub/stage2/ |
xfs.h | 297 } hdr; member in struct:xfs_da_intnode 460 xfs_dir2_sf_hdr_t hdr; /* shortform header */ member in struct:xfs_dir2_sf
|
/external/libppp/src/ |
ipv6cp.c | 672 opt.hdr.id = TY_TOKEN; 673 opt.hdr.len = IPV6CP_IFIDLEN + 2; 694 while (end - cp >= (int)sizeof(opt->hdr)) { 698 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), 699 opt->hdr.len); 701 switch (opt->hdr.id) { 754 ipv6cp->his_reject |= (1 << opt->hdr.id); 761 ipv6cp->my_reject |= (1 << opt->hdr.id);
|
/external/opencv/cxcore/src/ |
cximage.cpp | 241 CvMat hdr, *src = cvGetMat( img, &hdr ); local
|
/external/openfst/src/include/fst/script/ |
fst-class.h | 158 const FstHeader &hdr = *opts.header; local 160 if (hdr.Properties() & kMutable) {
|
/external/qemu/elff/ |
dwarf_cu.h | 117 * hdr - Pointer to compilation unit header inside mapped .debug_info
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
332 * hdr - Pointer to compilation unit header inside mapped .debug_info
335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
|
/external/quake/quake/src/QW/client/ |
gl_mesh.c | 285 void GL_MakeAliasModelDisplayLists (model_t *m, aliashdr_t *hdr)
294 paliashdr = hdr; // (aliashdr_t *)Mod_Extradata (m);
|
/external/quake/quake/src/WinQuake/ |
gl_mesh.cpp | 297 void GL_MakeAliasModelDisplayLists (model_t *m, aliashdr_t *hdr) 309 paliashdr = hdr; // (aliashdr_t *)Mod_Extradata (m);
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
alloca.c | 142 typedef union hdr union 147 union hdr *next; /* For chaining headers. */
|
/ndk/sources/host-tools/make-3.81/ |
alloca.c | 151 typedef union hdr union 156 union hdr *next; /* For chaining headers. */
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_cu.h | 117 * hdr - Pointer to compilation unit header inside mapped .debug_info 125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr); 332 * hdr - Pointer to compilation unit header inside mapped .debug_info 335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.c | 133 typedef union hdr union 138 union hdr *next; /* For chaining headers. */
|
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/ |
SpeechRecorderActivity.java | 221 WaveHeader hdr = new WaveHeader(WaveHeader.FORMAT_PCM, local 223 hdr.write(out);
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
RecognizerLogger.java | 250 WaveHeader hdr = new WaveHeader(WaveHeader.FORMAT_PCM, local 252 hdr.write(out);
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
elf.h | 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
elf.h | 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
|
/system/core/libnl_2/ |
netlink.c | 242 int nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) 244 return sendmsg(sk->s_fd, (struct msghdr *) msg, (int) hdr);
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_api.c | 472 p_evt_data->hdr.event = MCA_CCB_API_REQ_EVT; 473 p_evt_data->hdr.layer_specific = FALSE; 643 p_evt_data->hdr.event = MCA_CCB_API_REQ_EVT; 812 p_evt_data->hdr.event = MCA_CCB_API_REQ_EVT; 856 p_evt_data->hdr.event = MCA_CCB_API_REQ_EVT; [all...] |
/external/qemu/android/camera/ |
camera-capture-windows.c | 210 _on_captured_frame(HWND hwnd, LPVIDEOHDR hdr) 216 if (wcd->last_frame_size < hdr->dwBytesUsed) { 217 wcd->last_frame_size = hdr->dwBytesUsed; 225 memcpy(wcd->last_frame, hdr->lpData, hdr->dwBytesUsed);
|
/external/qemu/ |
net-android.c | 2055 struct pcap_sf_pkthdr hdr; local 2092 struct pcap_file_hdr hdr; local [all...] |
net.c | 1951 struct pcap_sf_pkthdr hdr; local 1988 struct pcap_file_hdr hdr; local [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 62 struct nlmsghdr hdr; member in struct:__anon21987 72 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg)); 73 req.hdr.nlmsg_type = RTM_SETLINK; 74 req.hdr.nlmsg_flags = NLM_F_REQUEST; 75 req.hdr.nlmsg_seq = ++nl_seq; 76 req.hdr.nlmsg_pid = 0; 86 ((char *) &req + NLMSG_ALIGN(req.hdr.nlmsg_len)), 91 req.hdr.nlmsg_len = NLMSG_ALIGN(req.hdr.nlmsg_len) + 96 ((char *) &req + NLMSG_ALIGN(req.hdr.nlmsg_len)) [all...] |