Searched refs:subr (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dct_c.awk17 subr = substr($0, 6, length($0)-5)
43 printf "extern void %s __SS_PROTO;\n", subr > outfile
46 subr_tab[awk_bug] = subr
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c397 CID_Subrs subr; local
406 subr = face->subrs;
407 for ( n = 0; n < cid->num_dicts; n++, subr++ )
461 if ( FT_NEW_ARRAY( subr->code, num_subrs + 1 ) ||
462 FT_ALLOC( subr->code[0], data_len ) )
466 FT_STREAM_READ( subr->code[0], data_len ) )
476 subr->code[count] = subr->code[count - 1] + len;
488 psaux->t1_decrypt( subr->code[count], len, 4330 );
492 subr
[all...]
H A Dcidobjs.c217 CID_Subrs subr = face->subrs + n; local
220 if ( subr->code )
222 FT_FREE( subr->code[0] );
223 FT_FREE( subr->code );
/external/javassist/src/main/javassist/
H A DCtBehavior.java797 int subr = iterator.getCodeLength() - gapLen;
801 if (pos >= subr)
808 insertGoto(iterator, subr, pos);
809 subr = iterator.getCodeLength() - gapLen;
850 * assert subr > pos
852 private void insertGoto(CodeIterator iterator, int subr, int pos) argument
855 iterator.setMark(subr);
858 boolean wide = subr + 2 - pos > Short.MAX_VALUE;
/external/fonttools/Lib/fontTools/
H A DcffLib.py118 subr = psCharStrings.T2CharString()
119 subr.fromXML(name, attrs, content)
120 self.GlobalSubrs.append(subr)
389 subr = self[i]
390 if subr.needsDecompilation():
395 subr.toXML(xmlWriter)
402 subr = psCharStrings.T2CharString()
403 subr.fromXML(name, attrs, content)
404 self.append(subr)
H A Dsubset.py1483 subr = self.localSubrs[self.operandStack[-1]+self.localBias]
1485 self.processSubr(index, subr)
1488 subr = self.globalSubrs[self.operandStack[-1]+self.globalBias]
1490 self.processSubr(index, subr)
1534 def processSubr(self, index, subr):
1537 subr_hints = subr._hints
1548 hints.last_hint = index - 2 # Leave the subr call in
1570 hints.last_hint = index - 2 # Leave the subr call in
/external/fonttools/Tools/fontTools/
H A DcffLib.py118 subr = psCharStrings.T2CharString()
119 subr.fromXML(name, attrs, content)
120 self.GlobalSubrs.append(subr)
389 subr = self[i]
390 if subr.needsDecompilation():
395 subr.toXML(xmlWriter)
402 subr = psCharStrings.T2CharString()
403 subr.fromXML(name, attrs, content)
404 self.append(subr)
H A Dsubset.py1483 subr = self.localSubrs[self.operandStack[-1]+self.localBias]
1485 self.processSubr(index, subr)
1488 subr = self.globalSubrs[self.operandStack[-1]+self.globalBias]
1490 self.processSubr(index, subr)
1534 def processSubr(self, index, subr):
1537 subr_hints = subr._hints
1548 hints.last_hint = index - 2 # Leave the subr call in
1570 hints.last_hint = index - 2 # Leave the subr call in
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py559 subr = self.localSubrs[subrIndex+self.localBias]
560 self.execute(subr)
564 subr = self.globalSubrs[subrIndex+self.globalBias]
565 self.execute(subr)
1022 subr = self.subrs[subrIndex]
1023 self.execute(subr)
1075 # Push back final coords so subr 0 can find them
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py559 subr = self.localSubrs[subrIndex+self.localBias]
560 self.execute(subr)
564 subr = self.globalSubrs[subrIndex+self.globalBias]
565 self.execute(subr)
1022 subr = self.subrs[subrIndex]
1023 self.execute(subr)
1075 # Push back final coords so subr 0 can find them
/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc91 // Adds a subroutine |subr| to |out_buffer| and |out_subr|. The contents of the
94 bool AddSubr(const int *subr, size_t subr_len, argument
98 if (subr[i] != kOpPrefix) {
99 if (!EncodeNumber(subr[i], out_buffer)) {
107 if (!EncodeOperator(subr[i], out_buffer)) {
1344 // Call valid subr.
1356 // Call undefined subr.
1400 // Call valid subr.
1412 // Call undefined subr.
1457 // OTS does not allow to call(g)subr wit
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/valgrind/main/perf/
H A Dtinycc.c3090 DEF_FP(subr)
4422 DEF_FP(subr)

Completed in 300 milliseconds