HomeSort by relevance Sort by last modified time
    Searched defs:p_end (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/util/
u_split_prim.h 19 unsigned p_end; member in struct:util_split_prim
39 s->p_end = start + count;
58 if ((s->p_end - s->p_start) + s->close_first <= max_verts) {
59 s->emit(s->priv, s->p_start, s->p_end - s->p_start);
  /external/google-breakpad/src/client/linux/minidump_writer/
cpu_set.h 72 const char* p_end = p + ret; local
73 while (p < p_end) {
75 while (p < p_end && my_isspace(*p))
80 size_t item_len = static_cast<size_t>(p_end - p);
87 p = p_end;
88 item_next = p_end;
  /external/google-breakpad/src/common/linux/
linux_libc_support.cc 143 const unsigned char* p_end = p + src_len; local
144 for (; p < p_end; ++p) {
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_arm.s 32 #define p_end end-4(SP) // pointer to the end of data define
41 MOVW Rt0, p_end // pointer to end of data
221 MOVW p_end, Rt0
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_arm.s 32 #define p_end end-4(SP) // pointer to the end of data define
41 MOVW Rt0, p_end // pointer to end of data
221 MOVW p_end, Rt0
  /external/webrtc/webrtc/common_audio/signal_processing/
min_max_operations_neon.c 25 const int16_t* p_end = vector + length - rest; local
31 while (p_start < p_end) {
51 p_end = vector + length;
52 while (p_start < p_end) {
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_arm.s 48 #define p_end end-4(SP) // pointer to the end of data define
144 MOVW Rt0, p_end // pointer to end of data
209 MOVW p_end, Rt0
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_arm.s 48 #define p_end end-4(SP) // pointer to the end of data define
144 MOVW Rt0, p_end // pointer to end of data
209 MOVW p_end, Rt0
  /bionic/libc/bionic/
ndk_cruft.cpp 79 char* p_end = p + n; local
81 while (p < p_end) {
  /system/bt/stack/avdt/
avdt_api.c 1192 UINT8 *p, *plen, *pm1, *p_end; local
    [all...]
avdt_msg.c 585 UINT8 *p_end; local
606 p_end = p + len;
607 while ((p < p_end) && (err == 0))
610 if ((p_end - p) < AVDT_LEN_CFG_MIN)
    [all...]
avdt_scb_act.c 435 UINT8 *p_end; /* end of all packet */ local
441 p_end = p + p_data->p_pkt->len;
443 while(p < p_end)
445 if (p_end - p < 4) /* length check. maximum length of AL header = 4 */
447 AVDT_TRACE_WARNING("p_end: 0x%x - p:0x%x < 4", p_end, p);
465 al_len = (UINT16)(p_end - p);
478 frag_len = (UINT16)(p_end - p);
530 if (p + al_len < p_end)
633 } /* while(p < p_end) */
    [all...]
  /system/bt/stack/sdp/
sdp_db.c 63 tSDP_RECORD *p_end = &sdp_cb.server_db.record[sdp_cb.server_db.num_records]; local
73 for ( ; p_rec < p_end; p_rec++)
121 UINT8 *p_end = p + seq_len; local
129 while (p < p_end)
164 tSDP_RECORD *p_end = &sdp_cb.server_db.record[sdp_cb.server_db.num_records]; local
167 for (p_rec = &sdp_cb.server_db.record[0]; p_rec < p_end; p_rec++)
    [all...]
sdp_discovery.c 545 UINT8 *p, *p_start, *p_end, *p_param_len; local
689 p_end = &p_ccb->rsp_list[p_ccb->list_len];
691 if ((p + seq_len) != p_end)
697 while (p < p_end)
841 UINT8 *p_end; local
884 p_end = p + attr_len;
891 return (p_end);
977 p_end = p + attr_len;
984 return (p_end);
990 while (p < p_end)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 221 UINT8 *p, *p_end; local
231 p_end = p + NCI_MSG_HDR_SIZE - 1 + len;
233 if (p_end <= p_nfc_hal_dm_start_up_vsc_cfg + *p_nfc_hal_dm_start_up_vsc_cfg)
239 if (p_end == p_nfc_hal_dm_start_up_vsc_cfg + *p_nfc_hal_dm_start_up_vsc_cfg)
    [all...]
nfc_hal_prm.c 615 UINT8 *p_buff, *p, *p_end; local
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 82 UINT8 *p_end = p_msg + msg_len; local
99 for (count = 0; p_rec < p_end; count++)
102 if (p_rec + 3 > p_end)
120 if (p_rec + 4 > p_end)
130 if (p_rec + 1 > p_end)
203 /* p_rec should equal p_end if all the length fields were correct */
204 if (p_rec != p_end)
    [all...]
  /external/freetype/src/cff/
cffload.c 331 FT_Byte* p_end; local
344 p_end = p + data_size;
349 for ( ; p < p_end; p++, poff++ )
354 for ( ; p < p_end; p += 2, poff++ )
359 for ( ; p < p_end; p += 3, poff++ )
364 for ( ; p < p_end; p += 4, poff++ )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffload.c 331 FT_Byte* p_end; local
344 p_end = p + data_size;
349 for ( ; p < p_end; p++, poff++ )
354 for ( ; p < p_end; p += 2, poff++ )
359 for ( ; p < p_end; p += 3, poff++ )
364 for ( ; p < p_end; p += 4, poff++ )
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 331 FT_Byte* p_end; local
344 p_end = p + data_size;
349 for ( ; p < p_end; p++, poff++ )
354 for ( ; p < p_end; p += 2, poff++ )
359 for ( ; p < p_end; p += 3, poff++ )
364 for ( ; p < p_end; p += 4, poff++ )
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 956 FT_Byte* p_end = ends; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttcmap.c 929 FT_Byte* p_end = ends; local
    [all...]
  /external/opencv3/3rdparty/libpng/
png.c 716 png_const_bytep p, p_end; local
721 p_end = png_ptr->chunk_list;
722 p = p_end + png_ptr->num_chunk_list*5; /* beyond end */
734 while (p > p_end);
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 929 FT_Byte* p_end = ends; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 508 int16_t * p_end = inst->synthesisBuffer + inst->blockLen10ms; local
510 while (p_start < p_end) {
529 p_end = p_start + inst->blockLen10ms;
531 for (;p_start < p_end; p_start += 8) {

Completed in 1599 milliseconds

1 2