HomeSort by relevance Sort by last modified time
    Searched full:cyclic (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.h 43 * UTIL_FIFO_BUFFER - A Cyclic FIFO buffer
79 * Initializes a Fifo Cyclic Buffer to point to some allocated memory.
86 * Clears the Fifo Cyclic Buffer - loosing any data that was in it.
92 * Attempts to write dataLength bytes to the specified Fifo Cyclic Buffer.
99 * Attempts to read dataLength bytes from the specified Fifo Cyclic Buffer.
106 * Returns the number of bytes currently stored in Fifo Cyclic Buffer.
111 * Returns the available room for writing in Fifo Cyclic Buffer.
phFriNfc_LlcpUtils.c 148 * Initializes a Fifo Cyclic Buffer to point to some allocated memory.
162 * Clears the Fifo Cyclic Buffer - loosing any data that was in it.
172 * Attempts to write dataLength bytes to the specified Fifo Cyclic Buffer.
212 * Attempts to read dataLength bytes from the specified Fifo Cyclic Buffer.
254 * Returns the number of bytes currently stored in Fifo Cyclic Buffer.
284 * Returns the available room for writing in Fifo Cyclic Buffer.
phOsalNfc_Timer.h 99 * This API creates a cyclic timer. In case a valid timer is created returned
  /libcore/luni/src/main/java/java/io/
StreamCorruptedException.java 22 * read an object due to missing information (for example, a cyclic reference
ObjectOutputStream.java 463 * saves the cyclic reference.
467 * a cyclic reference.
566 * Return the next <code>Integer</code> handle to be used to indicate cyclic
569 * @return the next handle to represent the next cyclic reference
680 * again, instead of a handle (cyclic reference).
921 * Writes a handle representing a cyclic reference (object previously
    [all...]
ObjectInputStream.java 602 * Return the next {@code int} handle to be used to indicate cyclic
605 * @return the next handle to represent the next cyclic reference
    [all...]
  /external/ipsec-tools/src/include-glibc/net/
pfkeyv2.h 38 #define SADB_X_EXT_CYCSEQ 0x0040 /* allowing to cyclic sequence. */
  /external/v8/test/mjsunit/
cyclic-array-to-string.js 28 // Test printing of cyclic arrays.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 104 // Computes equivalence classes for cyclic Fsts. For cyclic minimization
490 // Cyclic minimizaton (hopcroft)
491 VLOG(2) << "Cyclic Minimization";
510 // For cyclic automata we use the classical hopcroft minimization.
properties.cpp 332 "cyclic", "acyclic",
333 "cyclic at initial state", "acyclic at initial state",
replace.h 171 // true if the dependencies are cyclic. Cyclic dependencies will result
rmepsilon.h 210 // topological order (cyclic).
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_descriptors.h 54 TX complete indication will be received a-synchronously in a TX done cyclic buffer
56 and is used in a cyclic manner. refer to TxResultDescriptor_t structure.
72 results to the cyclic buffer (txDoneRing) and sets both done1and done2 to 1 to
79 information in a cyclic manner and clears both done1 and done2 fields.
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 179 int RandomIntraMBRefresh; // [IN] cyclic intra refresh
221 int RandomIntraMBRefresh; // [IN] cyclic intra refresh
252 int RandomIntraMBRefresh; // [IN] cyclic intra refresh
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 148 IH264_INTRAREFRESH_CYCLIC_MBS , /* Insters intra macro blocks in a cyclic fashion :*/
149 /* cyclic interval is equal to airMbPeriod*/
150 IH264_INTRAREFRESH_CYCLIC_SLICES , /* Insters Intra Slices in a cyclic fashion: */
  /external/qemu/telephony/
sim_card.c 184 SimFileEFCyclicRec cyclic; member in union:__anon6631
228 /* byte 8 is RFU, except bit 7 for cyclic files, which indicates
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_host_int.h 88 /* it read a packet from the RX cyclic buffer */
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_host_int.h 88 /* it read a packet from the RX cyclic buffer */
  /external/zlib/doc/
rfc1952.txt 44 cyclic redundancy check value for detecting data corruption. The
427 This contains a Cyclic Redundancy Check value of the
508 [6] Sarwate, D.V., "Computation of Cyclic Redundancy Checks via Table
599 the CRC (Cyclic Redundancy Check). (See also ISO 3309 and ITU-T V.42
  /external/emma/core/java12/com/vladium/util/
IProperties.java 335 throw new IllegalStateException ("cyclic delegation detected");
  /external/libvpx/vp8/encoder/
onyx_int.h 563 // Video conferencing cyclic refresh mode flags etc
encodeframe.c 471 // Special case code for cyclic refresh
472 // If cyclic update enabled then copy xd->mbmi.segment_id; (which may have been updated based on mode
    [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.cpp 605 m_exec->setException(createTypeError(m_exec, "Cannot post cyclic structures."));
622 m_exec->setException(createTypeError(m_exec, "Cannot post cyclic structures."));
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 92 ;# 4 iterations of the cyclic transform 0->1->2->3->4->5->6->7->0.
95 ;# before we are done referencing the old contents, the cyclic transform
236 ;# This can be accomplished by 4 iterations of the cyclic transform
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
txResult.c 295 * Read all Tx-Result cyclic table.

Completed in 1722 milliseconds

1 2 3 4