Searched defs:ue (Results 1 - 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_event_mgr.cc58 InUse* ue = &used_events_[0]; local
59 delete ue->event;
60 if (ue->mem != nullptr) {
61 for (auto& t : *(ue->mem)) {
64 delete ue->mem;
66 if (ue->bufrec.buf) {
68 LogMemory::RecordRawDeallocation(ue->bufrec.operation,
69 ue->bufrec.step_id, ue->bufrec.buf,
70 ue
[all...]
/external/f2fs-tools/mkfs/
H A Df2fs_format.c88 char *ue; local
106 ue = strtok(ext_str, ", ");
107 while (ue != NULL) {
108 name_len = strlen(ue);
110 MSG(0, "\tWarn: Extension name (%s) is too long\n", ue);
113 if (!is_extension_exist(ue))
114 memcpy(sb->extension_list[i++], ue, name_len);
116 ue = strtok(NULL, ", ");
/external/pdfium/third_party/libtiff/
H A Dtif_luv.c96 * S Le ue ve
1139 unsigned int Le, ue, ve; local
1152 if (u <= 0.) ue = 0;
1153 else ue = itrunc(UVSCALE*u, em);
1154 if (ue > 255) ue = 255;
1159 return (Le << 16 | ue << 8 | ve);
/external/v4l2_codec2/vda/
H A Dh264_parser.cc451 int ue; local
455 res = ReadUE(&ue);
459 if (ue % 2 == 0)
460 *val = -(ue / 2);
462 *val = ue / 2 + 1;
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp2385 UnicodeString ue = UNICODE_STRING_SIMPLE("ue"); local
2386 assertEquals("rbc/primary: u-umlaut==ue", (int32_t)UCOL_EQUAL, rbc->compare(uUmlaut, ue, errorCode));
2399 assertEquals("rbc2: u-umlaut==ue", (int32_t)UCOL_EQUAL, rbc2.compare(uUmlaut, ue, errorCode));
2411 assertEquals("rbc3: u-umlaut==ue", (int32_t)UCOL_EQUAL, rbc3.compare(uUmlaut, ue, errorCode));
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c5191 uint64_t ye, ue, ve; local
5207 ue = calc_plane_error(orig->u_buffer, orig->uv_stride, recon->u_buffer,
5213 sq_error = (double)(ye + ue + ve);
5218 cpi->total_u += vpx_sse_to_psnr(uv_samples, 255.0, (double)ue);
5236 ue = calc_plane_error(orig->u_buffer, orig->uv_stride, pp->u_buffer,
5242 sq_error2 = (double)(ye + ue + ve);
5247 cpi->totalp_u += vpx_sse_to_psnr(uv_samples, 255.0, (double)ue);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6261 SDNode::use_iterator &ue)
6262 : SelectionDAG::DAGUpdateListener(d), UI(ui), UE(ue) {}
6259 RAUWUpdateListener(SelectionDAG &d, SDNode::use_iterator &ui, SDNode::use_iterator &ue) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5246 SDNode::use_iterator &ue)
5247 : DownLink(dl), UI(ui), UE(ue) {}
5244 RAUWUpdateListener(SelectionDAG::DAGUpdateListener *dl, SDNode::use_iterator &ui, SDNode::use_iterator &ue) argument
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 628 milliseconds