Home
last modified time | relevance | path

Searched refs:taillen (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/os400/dlfcn/
Ddlfcn.c351 dlmakepath(char * path, size_t pathlen, const char * tail, size_t taillen) in dlmakepath() argument
356 if (taillen && tail[0] == '/') in dlmakepath()
360 while (taillen && *tail == '/') { in dlmakepath()
362 taillen--; in dlmakepath()
365 if (!taillen) in dlmakepath()
368 for (i = 0; i < taillen; i++) in dlmakepath()
383 taillen -= i; in dlmakepath()
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daesp8-ppc.pl1925 my $taillen = $key2;
2022 andi. $taillen,$len,15
2024 subi $taillen,$taillen,16
2026 and r0,r0,$taillen
2079 and r0,r0,$taillen
2408 my $taillen=$x70;
2520 andi. $taillen,$len,15
2531 sub $len,$len,$taillen
2848 add $inp,$inp,$taillen
2849 cmpwi $taillen,0
[all …]
/external/python/cpython2/Python/
Dtraceback.c144 size_t taillen = strlen(tail); in _Py_DisplaySourceLine() local
154 if (len + 1 + taillen >= MAXPATHLEN) in _Py_DisplaySourceLine()
/external/python/cpython3/Python/
Dtraceback.c290 size_t taillen; in _Py_FindSourceFile() local
312 taillen = strlen(tail); in _Py_FindSourceFile()
333 if (len + 1 + (Py_ssize_t)taillen >= (Py_ssize_t)namelen - 1) { in _Py_FindSourceFile()
/external/u-boot/drivers/net/
Dmacb.c415 unsigned int headlen, taillen; in _macb_recv() local
419 taillen = length - headlen; in _macb_recv()
423 macb->rx_buffer, taillen); in _macb_recv()