HomeSort by relevance Sort by last modified time
    Searched refs:NAME_SIZE (Results 1 - 6 of 6) sorted by null

  /external/gptfdisk/
gptpart.cc 40 memset(name, 0, NAME_SIZE * sizeof(name[0]) );
86 while ( ( pos < NAME_SIZE ) && ( name[ pos ] != 0 ) ) {
97 if ( pos >= NAME_SIZE ) {
183 memset(name, 0, NAME_SIZE * sizeof(name[0]) );
184 theName.extractBetween(0, NAME_SIZE, (UChar*) name);
198 for ( size_t i = 0 ; pos < NAME_SIZE && i < len ; ) {
243 if ( pos > NAME_SIZE - 2 ) {
258 while ( pos < NAME_SIZE ) {
276 memcpy(name, orig.name, NAME_SIZE * sizeof( name[ 0 ] ) );
398 memset(name, 0, NAME_SIZE * sizeof( name[0]) )
    [all...]
gptpart.h 53 uint16_t name[NAME_SIZE];
support.h 70 #define NAME_SIZE 36 // GPT allows 36 UTF-16LE code units for a name in a 128 byte partition entry
gptcurses.cc 322 char temp[NAME_SIZE + 1];
339 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
349 char temp[NAME_SIZE + 1];
356 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
363 getnstr(temp, NAME_SIZE );
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
23-1.c 38 #define NAME_SIZE 20
47 char name[NAME_SIZE];
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 567 milliseconds