Searched defs:temp_int (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/video/capture/
H A Dfile_video_capture_device.cc20 int temp_int; local
21 CHECK(base::StringToInt(token, &temp_int)) << token;
22 return temp_int;
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c616 unsigned int i,l,len,temp_int; local
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView_C.c561 PyObject *temp_int = NULL; local
583 temp_int = PyInt_FromSsize_t(from_mvs->shape[i]);
584 if(unlikely(!temp_int)) {
587 PyTuple_SET_ITEM(shape_tuple, i, temp_int);
588 temp_int = NULL;
621 __Pyx_XDECREF(temp_int);

Completed in 155 milliseconds