Searched refs:ir (Results 326 - 350 of 388) sorted by relevance

<<111213141516

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties247 KS_C_5601-1987 KS_C_5601-1987,iso-ir-149,KS_C_5601-1989,KSC_5601,csKSC56011987 0x007F
/external/chromium_org/third_party/icu/source/data/mappings/
H A Ducmfiles.mk114 iso-ir-165.ucm cns-11643-1992.ucm\
/external/icu/icu4c/source/data/mappings/
H A Ducmfiles.mk114 iso-ir-165.ucm cns-11643-1992.ucm\
/external/skia/src/core/
H A DSkDraw.cpp815 SkIRect ir; local
816 devRect.roundOut(&ir);
819 ir.inset(-1, -1);
821 if (fRC->quickReject(ir)) {
825 SkDeviceLooper looper(*fBitmap, *fRC, ir, paint.isAntiAlias());
1257 SkIRect ir; local
1258 ir.set(ix, iy, ix + bitmap.width(), iy + bitmap.height());
1260 SkScan::FillIRect(ir, *fRC, blitter);
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h817 SkIRect ir;
818 this->round(&ir);
819 return ir;
/external/skia/include/core/
H A DSkRect.h819 SkIRect ir;
820 this->round(&ir);
821 return ir;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c141 UINT8 ir[BT_OCTET16_LEN]; member in struct:__anon1057
1851 memcpy(&ble_local_key_cb.id_keys.ir[0], &p_data->ble_id_keys.ir[0], sizeof(BT_OCTET16));
1856 btif_storage_add_ble_local_key( (char *)&ble_local_key_cb.id_keys.ir[0],
2888 if ((btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_IR,(char*)&ble_local_key_cb.id_keys.ir[0],
2911 memcpy(&p_id_keys->ir[0], &ble_local_key_cb.id_keys.ir[0], sizeof(BT_OCTET16));
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c2156 if (!SMP_Encrypt(btm_cb.devcb.id_keys.ir, BT_OCTET16_LEN, &btm_ble_irk_pt,
2197 memcpy(&btm_cb.devcb.id_keys.ir[8], p->param_buf, BT_OCTET8_LEN);
2201 SMP_Encrypt(btm_cb.devcb.id_keys.ir, BT_OCTET16_LEN, &btm_ble_dhk_pt,
2232 memcpy(btm_cb.devcb.id_keys.ir, p->param_buf, BT_OCTET8_LEN);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp1706 static int32_t iy, ir[98]; local
1714 ir[j]=(*seedp);
1721 iy=ir[j];
1723 ir[j]=(*seedp);
/external/clang/lib/CodeGen/
H A DCGException.cpp698 for (EHScopeStack::iterator ir = EHStack.begin(); true; ++ir) {
699 ir->setCachedLandingPad(LP);
700 if (!isNonEHScope(*ir)) break;
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1708 static int32_t iy, ir[98]; local
1716 ir[j]=(*seedp);
1723 iy=ir[j];
1725 ir[j]=(*seedp);
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc494 unsigned int ir = Clamp255(pr * tr + nr * ipr); local
498 unsigned int color = MakeBGRA(ib, ig, ir, 0xFF);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A Dearth.cc532 unsigned int ir = Clamp255(pr * tr + nr * ipr); local
536 unsigned int color = MakeRGBA(ir, ig, ib, 0xFF);
/external/chromium_org/third_party/libpng/
H A Dpngrtran.c498 int ir, ig, ib; local
503 for (ir = 0; ir < num_red; ir++)
505 /* int dr = abs(ir - r); */
506 int dr = ((ir > r) ? ir - r : r - ir);
507 int index_r = (ir << (PNG_DITHER_BLUE_BITS +
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.h1173 * Generates an inline version of the function before @ir,
1176 void generate_inline(ir_instruction *ir);
1879 ir_has_call(ir_instruction *ir);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp766 if (last_annotation_ir != inst->ir) {
767 last_annotation_ir = inst->ir;
H A Dbrw_context.h281 struct exec_list *ir; member in struct:brw_shader
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m254 inputCmd = [' -ir ' farFile inputCmd];
/external/libpng/
H A Dpngrtran.c755 int ir, ig, ib; local
760 for (ir = 0; ir < num_red; ir++)
762 /* int dr = abs(ir - r); */
763 int dr = ((ir > r) ? ir - r : r - ir);
764 int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS +
/external/mesa3d/src/glsl/
H A Dir.h1173 * Generates an inline version of the function before @ir,
1176 void generate_inline(ir_instruction *ir);
1879 ir_has_call(ir_instruction *ir);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp766 if (last_annotation_ir != inst->ir) {
767 last_annotation_ir = inst->ir;
H A Dbrw_context.h281 struct exec_list *ir; member in struct:brw_shader
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrtran.c498 int ir, ig, ib; local
503 for (ir = 0; ir < num_red; ir++)
505 /* int dr = abs(ir - r); */
506 int dr = ((ir > r) ? ir - r : r - ir);
507 int index_r = (ir << (PNG_DITHER_BLUE_BITS +
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m254 inputCmd = [' -ir ' farFile inputCmd];
/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc1321 SpdySynStreamIR* ir) const {
1322 ir->set_priority(ConvertRequestPriorityToSpdyPriority(

Completed in 844 milliseconds

<<111213141516