Searched refs:pv (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dpropsvec.c43 UPropsVectors *pv; local
56 pv=(UPropsVectors *)uprv_malloc(sizeof(UPropsVectors));
58 if(pv==NULL || v==NULL) {
59 uprv_free(pv);
64 uprv_memset(pv, 0, sizeof(UPropsVectors));
65 pv->v=v;
66 pv->columns=columns;
67 pv->maxRows=UPVEC_INITIAL_ROWS;
68 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP);
71 row=pv
85 upvec_close(UPropsVectors *pv) argument
93 _findRow(UPropsVectors *pv, UChar32 rangeStart) argument
152 upvec_setValue(UPropsVectors *pv, UChar32 start, UChar32 end, int32_t column, uint32_t value, uint32_t mask, UErrorCode *pErrorCode) argument
278 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column) argument
291 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex, UChar32 *pRangeStart, UChar32 *pRangeEnd) argument
314 const UPropsVectors *pv=(const UPropsVectors *)context; local
334 upvec_compact(UPropsVectors *pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCode) argument
436 upvec_getArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns) argument
450 upvec_cloneArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns, UErrorCode *pErrorCode) argument
479 upvec_compactToUTrie2WithRowIndexes(UPropsVectors *pv, UErrorCode *pErrorCode) argument
[all...]
H A Dpropsvec.h77 upvec_close(UPropsVectors *pv);
86 upvec_setValue(UPropsVectors *pv,
93 * Logically const but must not be used on the same pv concurrently!
97 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
105 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
133 upvec_compact(UPropsVectors *pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCode);
141 upvec_getArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns);
149 upvec_cloneArray(const UPropsVectors *pv,
157 upvec_compactToUTrie2WithRowIndexes(UPropsVectors *pv, UErrorCode *pErrorCode);
H A Duarrsort.c58 UComparator *cmp, const void *context, void *pv) {
63 uprv_memcpy(pv, array+j*itemSize, itemSize);
66 if(/* v>=array[i-1] */ cmp(context, pv, array+(i-1)*itemSize)>=0) {
76 uprv_memcpy(array+i*itemSize, pv, itemSize);
85 void *pv; local
89 pv=v;
91 pv=uprv_malloc(itemSize);
92 if(pv==NULL) {
98 doInsertionSort(array, 0, length, itemSize, cmp, context, pv);
100 if(pv!
57 doInsertionSort(char *array, int32_t start, int32_t limit, int32_t itemSize, UComparator *cmp, const void *context, void *pv) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-mk.c88 void _profile_error(struct profile_vars *pv) argument
100 struct profile_vars *pv; local
112 pv = PROFILE_VARS(0);
115 pv->debug = 1;
117 pv->page_size = PAGE_SIZE;
118 _profile_md_init(pv, PROFILE_GPROF, PROFILE_ALLOC_MEM_YES);
121 pv->profil_buf = _profile_alloc (pv, monsize, ACONTEXT_PROFIL);
122 pv->profil_info.highpc = highpc;
123 pv
[all...]
H A Dprofile-kgmon.c52 * Move all printfs into if (pv->debug) { ... } blocks.
53 * Add debug printfs protected by if (pv->debug) for all error conditions.
100 struct profile_vars *pv; local
149 pv = PROFILE_VARS(cpu);
171 if (count != sizeof(pv->active)) {
175 (long)sizeof(pv->active));
182 *p_ptr = (void *)&pv->active;
195 if (count != sizeof(pv->debug)) {
199 (long)sizeof(pv->active));
206 *p_ptr = (void *)&pv
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dconstants.xs13 const char *pv;
20 type = constant(aTHX_ s, len, &iv, &pv);
53 PUSHp(pv, strlen(pv));
59 PUSHp(pv, iv);
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecPolicyServer.h70 SecPolicyRef SecPVCGetPolicy(SecPVCRef pv);
71 CFAbsoluteTime SecPVCGetVerifyTime(SecPVCRef pv);
72 CFIndex SecPVCGetCertificateCount(SecPVCRef pv);
73 SecCertificateRef SecPVCGetCertificateAtIndex(SecPVCRef pv, CFIndex ix);
80 bool SecPVCSetResult(SecPVCRef pv, CFStringRef key, CFIndex ix,
111 typedef void (*SecPolicyCheckFunction)(SecPVCRef pv, CFStringRef key);
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantPort_i486.h119 #define VectorMultiply(pd, cv, cl, pv) vectorMult_x86(pd, cv, cl, pv)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantPort_i486.h119 #define VectorMultiply(pd, cv, cl, pv) vectorMult_x86(pd, cv, cl, pv)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dimport_docidx.tcl52 proc ::doctools::idx::parse::GetFile {currentfile path dv pv ev mv} {
53 upvar 1 $dv data $pv fullpath $ev error $mv emessage
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dimport_doctoc.tcl52 proc ::doctools::toc::parse::GetFile {currentfile path dv pv ev mv} {
53 upvar 1 $dv data $pv fullpath $ev error $mv emessage
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_qccompositionparameterview.py5 def compositionParameterView_shouldDisplayParameterWithKey_attributes_(self, pv, pk, pa): return 1
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_qccompositionparameterview.py5 def compositionParameterView_shouldDisplayParameterWithKey_attributes_(self, pv, pk, pa): return 1
/macosx-10.9.5/remote_cmds-41.90.1/rexecd.tproj/
H A Drexecd.c138 int pv[2], pid, ready, readfrom, cc; local
202 (void) pipe(pv);
210 (void) close(f); (void) close(pv[1]);
211 readfrom = (1<<s) | (1<<pv[0]);
212 ioctl(pv[1], FIONBIO, (char *)&one);
225 if (ready & (1<<pv[0])) {
226 cc = read(pv[0], buf, sizeof (buf));
229 readfrom &= ~(1<<pv[0]);
237 (void) close(s); (void)close(pv[0]);
238 dup2(pv[
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.exec.c152 Char *dp, **pv, **av, *sav; local
169 pv = globall(blk, gflag);
170 if (pv == 0) {
176 pv = saveblk(blk);
177 cleanup_push(pv, blk_cleanup);
179 trim(pv);
182 expath = Strsave(pv[0]);
210 cleanup_ignore(pv);
211 cleanup_until(pv);
212 t->t_dcom = blkspl(pv, a
638 Char **pv; local
804 Char **pv; local
989 Char **pv; local
1064 Char **pv; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkFormant.h68 double pv; /* probability that frame is voiced */ member in struct:pole_array
/macosx-10.9.5/CPANInternal-140/IO-KQueue/
H A Dconst-xs.inc13 /* const char *pv; Uncomment this if you need to return PVs */
56 PUSHp(pv, strlen(pv));
62 PUSHp(pv, iv);
/macosx-10.9.5/CPANInternal-140/IO-KQueue-0.34/
H A Dconst-xs.inc13 /* const char *pv; Uncomment this if you need to return PVs */
56 PUSHp(pv, strlen(pv));
62 PUSHp(pv, iv);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_read_format_zip.c40 const void *pv; local
55 archive_read_data_block(a, &pv, &s, &o));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dattr.h18 int pc, Tcl_Obj* const* pv);
30 int pc, Tcl_Obj* const* pv);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dio.c873 int sh_pipe(register int pv[]) argument
877 if(pipe(fd)<0 || (pv[0]=fd[0])<0 || (pv[1]=fd[1])<0)
879 pv[0] = sh_iomovefd(pv[0]);
880 pv[1] = sh_iomovefd(pv[1]);
881 shp->fdstatus[pv[0]] = IONOSEEK|IOREAD;
882 shp->fdstatus[pv[1]] = IONOSEEK|IOWRITE;
883 sh_subsavefd(pv[
889 sh_coaccept(Shell_t *shp,int *pv,int out) argument
911 sh_copipe(Shell_t *shp, int *pv, int out) argument
1024 sh_pclose(register int pv[]) argument
[all...]
H A Dsuid_exec.c367 int pv[2]; local
395 if(pipe(pv) < 0)
400 close(pv[1]);
407 read(pv[0],pv,1); /* wait for clone to close pipe */
447 close(pv[0]);
449 if(pv[1] != FDSYNC)
452 if(fcntl(pv[1],F_DUPFD,FDSYNC) != FDSYNC)
/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dutil.c93 char **pv; local
108 for(vlen = 0, pv = dbv; *pv != NULL; pv++, vlen++);
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/xml/
H A DrdfExample.xotcl58 PrintVisitor pv
60 pv interpretNodeTree $tn
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DMemoryStream.h53 /* [length_is][size_is][out] */ void* pv,
58 /* [size_is][in] */ const void* pv,

Completed in 219 milliseconds

1234