OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringLength
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/base/
ftsnames.c
62
if ( entry->
stringLength
> 0 && !entry->string )
68
if ( FT_NEW_ARRAY ( entry->string, entry->
stringLength
) ||
70
FT_STREAM_READ( entry->string, entry->
stringLength
) )
73
entry->
stringLength
= 0;
82
aname->string_len = entry->
stringLength
;
118
if ( entry->
stringLength
> 0 && !entry->string )
124
if ( FT_NEW_ARRAY ( entry->string, entry->
stringLength
) ||
126
FT_STREAM_READ( entry->string, entry->
stringLength
) )
129
entry->
stringLength
= 0;
134
alangTag->string_len = entry->
stringLength
;
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
appledri.c
335
/* printf("rep.
stringLength
%d\n", (int) rep.
stringLength
); */
337
if (rep.
stringLength
> 0 && rep.
stringLength
<= pathlen) {
338
_XReadPad(dpy, path, rep.
stringLength
);
401
printf("rep.
stringLength
%d\n", (int) rep.
stringLength
);
404
if (rep.
stringLength
> 0 && rep.
stringLength
<= bufnamesize) {
405
_XReadPad(dpy, bufname, rep.
stringLength
);
[
all
...]
appledristr.h
196
CARD32
stringLength
B32; /* 0 on error */
239
CARD32
stringLength
B32; /*32 */
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
appledri.c
335
/* printf("rep.
stringLength
%d\n", (int) rep.
stringLength
); */
337
if (rep.
stringLength
> 0 && rep.
stringLength
<= pathlen) {
338
_XReadPad(dpy, path, rep.
stringLength
);
401
printf("rep.
stringLength
%d\n", (int) rep.
stringLength
);
404
if (rep.
stringLength
> 0 && rep.
stringLength
<= bufnamesize) {
405
_XReadPad(dpy, bufname, rep.
stringLength
);
[
all
...]
appledristr.h
196
CARD32
stringLength
B32; /* 0 on error */
239
CARD32
stringLength
B32; /*32 */
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
appledri.c
275
CARD32
stringLength
;
297
rep.
stringLength
= strlen(path) + 1;
300
rep.length = bytes_to_int32(rep.
stringLength
);
311
stringLength
= rep.
stringLength
; /* save unswapped value */
315
swapl(&rep.
stringLength
);
324
WriteToClient(client,
stringLength
, path);
appledristr.h
184
CARD32
stringLength
; /* 0 on error */
224
CARD32
stringLength
; /*32 */
/xsrc/external/mit/freetype/dist/src/sfnt/
sfdriver.c
504
if ( FT_ALLOC( result, entry->
stringLength
/ 2 + 1 ) )
508
FT_FRAME_ENTER( entry->
stringLength
) )
514
for ( len = entry->
stringLength
/ 2; len > 0; len--, p += 2 )
538
entry->
stringLength
= 0;
563
if ( FT_ALLOC( result, entry->
stringLength
+ 1 ) )
567
FT_FRAME_ENTER( entry->
stringLength
) )
573
for ( len = entry->
stringLength
; len > 0; len--, p++ )
598
entry->
stringLength
= 0;
622
if ( name->nameID == id && name->
stringLength
> 0 )
ttload.c
862
FT_FRAME_USHORT(
stringLength
),
873
FT_FRAME_USHORT(
stringLength
),
936
entry->stringOffset + entry->
stringLength
> storage_limit )
939
entry->
stringLength
= 0;
966
if ( entry->
stringLength
== 0 )
972
entry->stringOffset + entry->
stringLength
> storage_limit )
983
!table->langTags[entry->languageID - 0x8000U].
stringLength
)
sfobjs.c
66
len = (FT_UInt)entry->
stringLength
/ 2;
101
len = (FT_UInt)entry->
stringLength
;
167
if ( rec->nameID == nameid && rec->
stringLength
> 0 )
269
if ( FT_QNEW_ARRAY ( rec->string, rec->
stringLength
) ||
271
FT_STREAM_READ( rec->string, rec->
stringLength
) )
274
rec->
stringLength
= 0;
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
appledri.c
305
rep.
stringLength
= strlen(path) + 1;
308
rep.length = bytes_to_int32(rep.
stringLength
);
323
swapl(&rep.
stringLength
, n);
332
WriteToClient(client, rep.
stringLength
, path);
appledristr.h
184
CARD32
stringLength
B32; /* 0 on error */
224
CARD32
stringLength
B32; /*32*/
/xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h
211
*
stringLength
::
227
FT_UShort
stringLength
;
248
*
stringLength
::
260
FT_UShort
stringLength
;
Completed in 18 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026