Searched refs:listsize (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/interprocess/test/ |
D | list_test.hpp | 212 int listsize = (int)shmlist->size(); in list_test() local 214 if(push_data_t::execute(listsize/2, shmlist, stdlist)){ in list_test() 225 listsize = (int)shmlist->size(); in list_test() 227 if(push_data_t::execute(listsize/2, shmlist, stdlist)){ in list_test() 231 if(push_data_t::execute(listsize/2, &othershmlist, &otherstdlist)){ in list_test()
|
/third_party/boost/libs/container/test/ |
D | list_test.hpp | 365 int listsize = (int)boostlist.size(); in list_test() local 367 if(push_data_t::execute(listsize, boostlist, stdlist)){ in list_test() 378 listsize = (int)boostlist.size(); in list_test() 380 if(push_data_t::execute(listsize, boostlist, stdlist)){ in list_test() 384 if(push_data_t::execute(listsize, otherboostlist, otherstdlist)){ in list_test()
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | tlsauthentication.inc | 180 unsigned int listsize; 191 &listsize); 193 (listsize == 0)) 205 /* Note that by passing values between 0 and listsize here, you
|
/third_party/libusb/libusb/os/ |
D | sunos_usb.c | 51 int listsize; member 255 list->listsize = DEFAULT_LISTSIZE; in sunos_new_string_list() 268 if ((list->nargs + 1) == list->listsize) { /* +1 is for NULL */ in sunos_append_to_string_list() 270 sizeof(char *) * (list->listsize + 1)); in sunos_append_to_string_list() 276 list->string[list->listsize++] = NULL; in sunos_append_to_string_list()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.c | 1870 unsigned int listsize; in detaillogr() local 2114 listsize = le32_to_cpu(logr->client_data_length) in detaillogr() 2117 if (listsize > 8*SHOWLISTS) in detaillogr() 2118 listsize = 8*SHOWLISTS; in detaillogr() 2119 for (i=0; 8*i<listsize; i++) in detaillogr()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 1556 unsigned int listsize; 1567 &listsize); 1569 (listsize == 0)) 1581 /* Note that by passing values between 0 and listsize here, you
|