HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1701 - 1725 of 4593) sorted by null

<<61626364656667686970>>

  /external/tcpdump/
print-eap.c 41 #include "extract.h"
print-geonet.c 29 #include "extract.h"
print-ipx.c 43 #include "extract.h"
print-krb.c 39 #include "extract.h"
print-mpcp.c 36 #include "extract.h"
print-mpls.c 46 #include "extract.h" /* must come after interface.h */
print-pflog.c 45 #include "extract.h"
print-pppoe.c 43 #include "extract.h" /* must come after interface.h */
print-rrcp.c 40 #include "extract.h"
print-sl.c 38 #include "extract.h" /* must come after interface.h */
print-sll.c 39 #include "extract.h"
print-sunrpc.c 60 #include "extract.h"
print-udld.c 32 #include "extract.h"
print-vqp.c 36 #include "extract.h"
  /external/valgrind/main/coregrind/m_debuginfo/
priv_misc.h 47 /* Extract (possibly unaligned) data of various sizes from a buffer. */
  /external/valgrind/main/coregrind/
pub_core_execontext.h 50 // Extract the StackTrace from an ExeContext.
  /external/vixl/doc/
supported-instructions.md 144 Bitfield extract and insert low.
386 Extract.
754 Signed bitfield extract.
943 Unsigned bitfield extract.
  /external/vixl/src/a64/
decoder-a64.h 44 V(Extract) \
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 136 * extract_interfaces - Extract interfaces from methods, signals and props
  /external/zlib/src/as400/
readme.txt 28 _ Extract the saved objects into the ZLIB AS400 library using:
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
inv_sqrt.cpp 182 i = extract_h (L_x); // Extract b25-b31
184 a = extract_l (L_x); // Extract b10-b24
251 i = (Word16)(L_x >> 16); /* Extract b25-b31 */
252 a = (Word16)(L_x >> 1); /* Extract b10-b24 */
sqrt_l.cpp 172 i = extract_h (L_x); // Extract b25-b31, 16 <= i <= 63
175 a = extract_l (L_x); // Extract b10-b24
244 i = (Word16)(L_x >> 15) & 63; /* Extract b25-b31, 16<= i <=63 */
247 a = (Word16)(L_x); /* Extract b10-b24 */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
oper_32b.c 46 * Extract from a 32 bit integer two 16 bit DPF. *
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_FindMVpred.c 93 /* Based on the position of the block extract the motion vectors and
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 95 * Extract the next entity header from the restore stream. After this method

Completed in 1039 milliseconds

<<61626364656667686970>>